Beispiel #1
0
 public override string ToString()
 {
     return(Name.ToString() + $"[{Data.X},{Data.Y},{Data.Width},{Data.Height}]");
 }