NShape Reference
ContainsPoint

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > Shape Class >

NShape Reference
ContainsPoint

Previous pageReturn to chapter overviewNext page

Determines whether the given point is inside the shape.

Syntax

public abstract bool ContainsPoint(int x, int y)

Return Value

True, if the point lies within the shape.

Exceptions

None