PsdSmartFrame.WarpControlPoints Property

Gets the sixteen control points that defines the Bezier surface for the warp transformation of this smart object.

Namespace: Aurigma.GraphicsMill.Codecs.Psd
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public ReadOnlyCollection<PointF> WarpControlPoints { get; }

Property Value

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

Remarks

The BezierTransform accepts this array as its own control points.

See Also

Reference