BezierTransform.ControlPoints Property

Gets or sets the sixteen control points that defines the Bezier surface for this transform.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

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

Property Value

An array of sixteen control points that defines the Bezier surface for this transform.

See Also

Reference