Method Contains
Contains(GridPoint2)
Determines whether this implicit shape contains the specified point.
public bool Contains(GridPoint2 point)Parameters
- pointGridPoint2
- The point. 
Returns
- bool
- trueif this shape contains the specified point; otherwise,- false.