Aurigma Graphics Mill 5.5 for .NET
Bitmap..::.GetEmptyMask Method
Returns grayscale image of the same size as current bitmap filled with black color. It can be used as mask template for transforms.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Remarks
Using this method you can get a template for a mask. Initially it is filled with black pixels (i.e. mask is absolutely transparent). After that you draw something on this mask (white color means opaque areas) and use it with transforms derived from MaskedBitmapTransform class.