Exemple #1
0
 public bool ContainsCoordinates(MapPoint coordinates)
 {
     return(_square.Contains(coordinates));
 }