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