LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CopyDataCommand Constructor(RasterImage)
See Also 
Leadtools.ImageProcessing Namespace > CopyDataCommand Class > CopyDataCommand Constructor : CopyDataCommand Constructor(RasterImage)



destinationImage
The destination image for the copy.
Initializes a new instance of the Leadtools.ImageProcessing.CopyDataCommand with explicit parameters. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal destinationImage As RasterImage _
)
Visual Basic (Usage)Copy Code
Dim destinationImage As RasterImage
 
Dim instance As New CopyDataCommand(destinationImage)
C# 
public CopyDataCommand( 
   RasterImage destinationImage
)
C++/CLI 
public:
CopyDataCommand( 
   RasterImage^ destinationImage
)

Parameters

destinationImage
The destination image for the copy.

Example

Remarks

destinationImage will hold the result of copying the image data from the image passed to the RasterCommand.Run method.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also