BezierTransform Constructor

Initializes a new instance of the BezierTransform class.

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

Syntax

C#
public BezierTransform()

Remarks

If the ControlPoints is not specified before the transform is applied, then exception will arise.

The default background color is white, you can change it via the Color() property.

The default interpolation mode is Medium, you can change it via the InterpolationMode property.

See Also

Reference