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