MaskTransform.ApplyMaskTransform Method

Transforms given bitmap using specified mask.

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

Syntax

C#
public virtual Bitmap ApplyMaskTransform(
	Bitmap source,
	Bitmap mask
)

Parameters

source

Type: Aurigma.GraphicsMill.Bitmap

A Bitmap to transfrom.
mask

Type: Aurigma.GraphicsMill.Bitmap

A Bitmap containing a mask for transformation.

Return Value

A bitmap containing the result of the transformation.

See Also

Reference