Transforms given bitmap "in-place" using specified mask.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Type: Aurigma.GraphicsMill.Bitmap
Bitmap which should be transformed. Result of the transform will be saved to the same bitmap (in other word, transform is applied "in-place").Type: Aurigma.GraphicsMill.Bitmap
Bitmap which defines mask. Mask should be 8-bit grayscale bitmap (its pixel format is Format8bppGrayScale) of the same dimensions as original image.