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

VObjectData.ControlPoints Property

Gets or sets an array of control points associated with the v-object.

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

Syntax

Visual Basic
Public Property ControlPoints As PointF()
C#
public PointF[] ControlPoints { get; set; }

Property Value

An array of control points.

See Also

Reference