Neodynamic ImageDraw SDK for .NET
BitmapMask
Represented by Neodynamic.SDK.BitmapMask class.

This action performs alpha channel bitmap masking on an Element. Bitmap Masking means that the pixels of a mask object affect the visibility of the underlying object i.e. of the target element.

In the following example we have an ImageElement on the Canvas and a BitmapMask action is applied on the ImageElement.


ImageElement before the action is applied.

The image used for masking and specified in the BitmapMask action.

ImageElement with BitmapMask action applied on it.


Syntax sample