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

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

mode

Type: Aurigma.GraphicsMill.Transforms.InterpolationMode

See Also

Reference