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

JointControlPointsProvider.ControlPoints Property

A collection of control points associated with this composite provider.

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

Syntax

Visual Basic
Public ReadOnly Property ControlPoints As IControlPointCollection
C#
public IControlPointCollection ControlPoints { get; }

Property Value

A collection of associated control points.

See Also

Reference