Method Contains
Contains(int)
Determines whether this implicit shape contains the specified point.
public override bool Contains(int point)
Parameters
pointintThe point.
Returns
- bool
trueif this shape contains the specified point; otherwise,false.