Exemple #1
0
 public bool Contains(Point pt)
 {
     return(CurrentLocation.Contains(pt));
 }