BezierTransform Constructor (PointF[])

Initializes a new instance of the BezierTransform class defined by the given Bezier surface.

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

Syntax

C#
public BezierTransform(
	PointF[] controlPoints
)

Parameters

controlPoints

Type: System.Drawing.PointF[]

Sixteen control points that defines a Bezier surface for the transform.

Remarks

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