This property retrieves the image created after executing an Effect process.
[Visual Basic]
Public Property DestinationImage As System.Drawing.Image
Public Property DestinationImage As System.Drawing.Image
[C#]
public System.Drawing.Image DestinationImage {get; set;}
public System.Drawing.Image DestinationImage {get; set;}
Property Value
The image object on which an Effect has been processed
Explanation
The DestinationImage property retrieves the image created after executing an Effect process.