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