Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
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 CopyDataCommand with explicit parameters.

Syntax

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

Parameters

destinationImage
The destination image for the copy.

Example

For an example, refer to CopyDataCommand.

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also