Method Contains
Contains(int)
Determines whether this implicit shape contains the specified point.
public bool Contains(int point)Parameters
- pointint
- The point. 
Returns
- bool
- trueif this shape contains the specified point; otherwise,- false.
Determines whether this implicit shape contains the specified point.
public bool Contains(int point)point intThe point.
true if this shape contains the specified point; otherwise, false.