This property retrieves the mask image used when processing an effect.

[Visual Basic]
Public ReadOnly Property DestinationMask As Image
[C#]
public Image DestinationMask {get;}

Property Value

Image Class

Explanation

This property retrieves the mask image used when processing an effect. The mask image must be a 1-bit color black and white image which is the same size as the image it masks.

See Also

Effect Class | Effect Members

The ImageKit.NET3 is created by Newtone Corporation