This documentation is for the old version. Go to the latest Graphics Mill docs

PerChannelBitmapTransform.ApplyTransform Method (BitmapData)

Transforms given bitmap data ("in-place").

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

Syntax

Visual Basic
Public Overrides Sub ApplyTransform ( _
	bitmapData As BitmapData _
)
C#
public override void ApplyTransform(
	BitmapData bitmapData
)

Parameters

bitmapData

Type: Aurigma.GraphicsMill.BitmapData

BitmapData which should be transformed. Result of the transform will be saved to the same bitmap data (in other word, transform is applied "in-place").

See Also

Reference