Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
DestinationImage Property
See Also 
Leadtools.ImageProcessing Namespace > CloneCommand Class : DestinationImage Property



Gets the resulting image.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DestinationImage As RasterImage
Visual Basic (Usage)Copy Code
Dim instance As CloneCommand
Dim value As RasterImage
 
value = instance.DestinationImage
C# 
public RasterImage DestinationImage {get;}
C++/CLI 
public:
property RasterImage^ DestinationImage {
   RasterImage^ get();
}

Return Value

The cloned RasterImage result image.

Example

For an example, refer to CloneCommand.

Remarks

After you run this command, this property will hold the result (cloned) image.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also