Method Contains
Contains(GridPoint2)
Determines whether this bounds contains the specified point.
public override bool Contains(GridPoint2 point)
Parameters
point
GridPoint2The point to check.
Returns
- bool
true
if this shape contains the specified point; otherwise,false
.