VObjectData.P 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

C#
public PointF[] P { get; set; }

Property Value

An array of control points.

See Also

Reference