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

VObject.ControlPoints Property

A collection of control points associated with this control points provider.

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

Syntax

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

Property Value

A collection of associated control points.

See Also

Reference