Charting for WinForms Programmer's Guide
Polygon.Points Property
See Also
 






Gets a collection of the polygon points.

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

 Syntax

C#  Copy Code

public ReadOnlyPointList Points { get; }

Visual Basic  Copy Code

Public ReadOnly Property Points As ReadOnlyPointList

 Property Value

 See Also

Polygon Members
Polygon Class
MindFusion.Geometry.Geometry2D Namespace