Beispiel #1
0
 public bool IsAtPoint(MapPoint checkPoint)
 {
     return(MapPosition.IsAtPoint(checkPoint));
 }