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

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

Public method ApplyMaskTransform(BitmapData, Bitmap)

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

Public method ApplyMaskTransform(Bitmap, Bitmap, Bitmap)

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

Public method ApplyMaskTransform(BitmapData, Bitmap, Bitmap)

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

See Also

Reference