Transforms given bitmap using specified mask.
Name | Description | |
---|---|---|
ApplyMaskTransform(Bitmap, Bitmap) |
Transforms given bitmap "in-place" using specified mask. |
|
ApplyMaskTransform(BitmapData, Bitmap) |
Transforms given bitmap data "in-place" using specified mask. |
|
ApplyMaskTransform(Bitmap, Bitmap, Bitmap) |
Produces transformed copy of given bitmap (which remains unchanged) using specified mask. |
|
ApplyMaskTransform(BitmapData, Bitmap, Bitmap) |
Produces bitmap which contains transformed copy of given bitmap data (which remains unchanged) using specified mask. |