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

ApplyLut.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.

(Inherited from PerChannelBitmapTransform.)
Public method ApplyMaskTransform(BitmapData, Bitmap)

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

(Inherited from PerChannelBitmapTransform.)
Public method ApplyMaskTransform(Bitmap, Bitmap, Bitmap)

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

(Inherited from PerChannelBitmapTransform.)
Public method ApplyMaskTransform(BitmapData, Bitmap, Bitmap)

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

(Inherited from PerChannelBitmapTransform.)

See Also

Reference