BezierTransform.Apply Method (Bitmap, PointF[])

Produces a transformed copy of a given bitmap using the given Bezier surface.

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

Syntax

C#
public static Bitmap Apply(
	Bitmap source,
	PointF[] controlPoints
)

Parameters

source

Type: Aurigma.GraphicsMill.Bitmap

A Bitmap to transform.
controlPoints

Type: System.Drawing.PointF[]

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

See Also

Reference