Ejemplo n.º 1
0
 public virtual bool Contains(Point center, Point point)
 {
     return(center.Distance(point) < this.Radius);
 }