RedEyeRemoval.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 Bitmap Apply(
	Bitmap bitmap
)

Parameters

bitmap

Type: Aurigma.GraphicsMill.Bitmap

An Bitmap to transform.

Return Value

A new Bitmap containing the result of red eye removal transformation.

See Also

Reference