BezierTransform Constructor (PointF[], Single[], Single[], Color, InterpolationMode)

Initializes a new instance of the BezierTransform class with the specified parameters.

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

Syntax

C#
public BezierTransform(
	PointF[] controlPoints,
	float[] warpTilesX,
	float[] warpTilesY,
	Color backgroundColor,
	InterpolationMode mode
)

Parameters

controlPoints

Type: System.Drawing.PointF[]

warpTilesX

Type: System.Single[]

warpTilesY

Type: System.Single[]

backgroundColor

Type: Aurigma.GraphicsMill.Color

The background color for areas outside the transformed region.
mode

Type: Aurigma.GraphicsMill.Transforms.InterpolationMode

See Also

Reference