This property refers to the image handle for the input mask image.

[Visual Basic]
Public Property SourceMask As Image
[C#]
public Image SourceMask {get; set;}

Property Value

This property value is of type Image Class

Explanation

The SourceMask property refers to the image handle for the input mask image. The image set in this property must be 1 bit black and white image, the same size as the image it masks. White areas in the mask image are enabled, whereas black areas in the mask are disabled.

See Also

Effect Class | Effect Members

The ImageKit.NET3 is created by Newtone Corporation