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

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

Property Value

A value of type System.Drawing.Image

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.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation