Ejemplo n.º 1
0
 public bool DoesContain(mPoint point, int buffer = 0)
 {
     return(ObjShape.DoesContain(point, buffer));
 }