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

PerChannelBitmapTransform.ApplyMaskTransform Method

Transforms given bitmap using specified mask.

Overload List

Name Description
Public method ApplyMaskTransform(Bitmap, Bitmap)

Transforms given bitmap "in-place" using specified mask.

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

Transforms given bitmap data "in-place" using specified mask.

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

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

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

Produces bitmap which contains transformed copy of given bitmap data (which remains unchanged) using specified mask.

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

See Also

Reference