This property refers to the image handle for the input mask image.
[Visual Basic]
Public Property SourceMask As Image
Public Property SourceMask As Image
[C#]
public Image SourceMask {get; set;}
public Image SourceMask {get; set;}
Property Value
Image class
Explanation
The SourceMask property refers to the image handle for the input mask image.
The mask image should be a black and white, 1 bit color image that is the same size as the image it masks. The white portions of the mask are enabled, the black portion are masked.
See Also
ImageKit.Effect Members | Newtone.ImageKit.Win.ImageKit