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

PerChannelBitmapTransform.ApplyTransform Method

Transforms given bitmap.

Overload List

Name Description
Public method ApplyTransform(Bitmap)

Transforms given bitmap ("in-place").

(Overrides MaskedBitmapTransform.ApplyTransform(Bitmap).)
Public method ApplyTransform(BitmapData)

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

(Overrides MaskedBitmapTransform.ApplyTransform(BitmapData).)
Public method ApplyTransform(Bitmap, Bitmap)

Produces transformed copy of given bitmap (which remains unchanged).

(Overrides MaskedBitmapTransform.ApplyTransform(Bitmap, Bitmap).)
Public method ApplyTransform(BitmapData, Bitmap)

Produces bitmap which contains transformed copy of given bitmap data (BitmapData class instance). The bitmap data remains unchanged.

(Overrides MaskedBitmapTransform.ApplyTransform(BitmapData, Bitmap).)

See Also

Reference