Transform.Apply Method

Produces a transformed copy of a given bitmap. The source bitmap remains unchanged.

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

Syntax

C#
public virtual Bitmap Apply(
	Bitmap source
)

Parameters

source

Type: Aurigma.GraphicsMill.Bitmap

A Bitmap to transform.

Return Value

A new Bitmap containing the result of this transformation.

See Also

Reference