Search
Polygon.FindConvexVertex Method
See Also
 






Finds a convex vertex of the polygon.

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

 Syntax

C#  Copy Code

public int FindConvexVertex ()

Visual Basic  Copy Code

Public Function FindConvexVertex () As Integer

 Return Value

An integer value specifying the zero-based index of the found vertex.

 See Also