Search
Polygon.Contains Method
See Also
 






Checks whether the specified point lies whithin the polygon.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public bool Contains (
    Point point
)

Visual Basic  Copy Code

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

 Parameters

point

 Return Value

 See Also