Finds a convex vertex of the polygon.
Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public int FindConvexVertex () |
Visual Basic
Copy Code
|
|---|
Public Function FindConvexVertex () As Integer |
An integer value specifying the zero-based index of the found vertex.
See Also