Bitmap.ApplyTransform Method

Applies the specified transfrom to this bitmap.

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

Syntax

C#
public void ApplyTransform(
	IBitmapTransform bitmapTransform
)

Parameters

bitmapTransform

Type: Aurigma.GraphicsMill.Transforms.IBitmapTransform

A IBitmapTransform to apply.

See Also

Reference