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