This property sets and retrieves the mask image used when an Effect method is executed. 
[Visual Basic] Public Property DestinationMask As System.Drawing.Image
[C#] public System.Drawing.Image DestinationMask {get; set;}

Property Value

A type of System.Drawing.Image
Default value is null (Nothing)

Explanation

This property sets and retrieves the mask image used when an Effect method is executed. 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.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation