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

[Visual Basic]
Public ReadOnly Property DestinationMask As System.Drawing.Image
[C#]
public System.Drawing.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 WPF is created by Newtone Corporation