Method Contains
Contains(GridPoint3)
Determines whether this implicit shape contains the specified point.
public override bool Contains(GridPoint3 point)
Parameters
point
GridPoint3The point.
Returns
- bool
true
if this shape contains the specified point; otherwise,false
.