TransformsProvider.ApplyBezier Method (PointF[])

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
)

Parameters

controlPoints

Type: System.Drawing.PointF[]

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

Remarks

You can also use BezierTransform class to apply this effect.

See Also

Reference