Exemple #1
0
 public bool IsOutOfBounds(MapPosition position)
 {
     return(!position.IsWithin(mapMaxPos, mapMinPos));
 }