Charting for WinForms Programmer's Guide
Polygon.Contains Method
See Also
 






Checks whether the specified point lies whithin the polygon.

Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public bool Contains (
    PointF point
)

Visual Basic  Copy Code

Public Function Contains( _
    point As PointF _
) As Boolean

 Parameters

point
The PointF object to check.

 Return Value

true if the specified point is inside the polygon; otherwise, false.

 See Also

Polygon Members
Polygon Class
MindFusion.Geometry.Geometry2D Namespace