BezierTransform Constructor (PointF[], Color, InterpolationMode)

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,
	Color backgroundColor,
	InterpolationMode mode
)

Parameters

controlPoints

Type: System.Drawing.PointF[]

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

Type: Aurigma.GraphicsMill.Color

Color to fill empty spaces that can occur as a result of transformation.
mode

Type: Aurigma.GraphicsMill.Transforms.InterpolationMode

An InterpolationMode specifying interpolation algorithm used during the transformation.

See Also

Reference