TransformsProvider.ApplyBezier Method (PointF[], Color, InterpolationMode)

Applies a warp transformation based on Bezier surface.

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

Syntax

C#
public void ApplyBezier(
	PointF[] controlPoints,
	Color color,
	InterpolationMode mode
)

Parameters

controlPoints

Type: System.Drawing.PointF[]

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

Type: Aurigma.GraphicsMill.Color

mode

Type: Aurigma.GraphicsMill.Transforms.InterpolationMode

An InterpolationMode specifying interpolation algorithm used during the transformation.

Remarks

You can also use BezierTransform class to apply this effect.

See Also

Reference