Shape Class
<< Click to Display Table of Contents >>
Navigation: Class Reference > Namespace Dataweb.NShape > Shape Class >
Determines whether the given point is inside the shape.
public abstract bool ContainsPoint(int x, int y)
True, if the point lies within the shape.
None