Search
Polygon.Points Property
See Also
 






Gets a collection of the polygon points.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Point[] Points { get; }

Visual Basic  Copy Code

Public ReadOnly Property Points As Point()

 Property Value

 See Also