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

IControlPointsProvider.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
ReadOnly Property ControlPoints As IControlPointCollection
C#
                IControlPointCollection ControlPoints { get; }

Property Value

A collection of associated control points.

See Also

Reference