This property sets the image that results when an Effect method is executed.

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

Property Value

A type of System.Drawing.Image

Default value is null (Nothing)

Explanation

The DestinationImage property sets the image that results when an Effect method is executed. When the DestinationAsImageKitImage property is False, the image that is created by executing an Effect method is set into this property. If the DestinationAsImageKitImage property is True, the DestinationImage property will be null (Nothing) and instead, the created image will be set into the ImageKit.Image property.

See Also

ImageKit.Effect Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation