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

ImageKit.Effect Members | Newtone.ImageKit.Win.ImageKit

The ImageKit.NET2 is created by Newtone Corporation