Пример #1
0
 public RectangleMapArea(MapPosition position, MapSize size)
 {
     Position = position;
     Size     = size;
 }
Пример #2
0
 public bool Equals(MapSize other)
 {
     return(Width == other.Width && Height == other.Height);
 }