This documentation is for the old version. Go to the latest Graphics Mill docs

PolylineVObject.Points Property

Gets the points that are the nodes of this polyline.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property Points As PointF()
C#
[BrowsableAttribute(false)]
public PointF[] Points { get; }

Property Value

An array of the nodes of this polyline.

See Also

Reference