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

Spray.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 MaskedBitmapTransform.)
Public method ApplyMaskTransform(BitmapData, Bitmap)

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

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

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

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

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

(Inherited from MaskedBitmapTransform.)

See Also

Reference