Search
Polygon.GetInternalPoint Method
See Also
 






Finds a point inside the polygon.

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

 Syntax

C#  Copy Code

public PointF GetInternalPoint ()

Visual Basic  Copy Code

Public Function GetInternalPoint () As PointF

 Return Value

A PointF object that represents the found point.

 See Also