Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

CopyDataCommand Constructor(RasterImage)








The destination image for the copy.
Initializes a new instance of the CopyDataCommand with explicit parameters.
Syntax
public CopyDataCommand( 
   RasterImage destinationImage
)
'Declaration
 
Public Function New( _
   ByVal destinationImage As RasterImage _
)
'Usage
 
Dim destinationImage As RasterImage
 
Dim instance As New CopyDataCommand(destinationImage)
public CopyDataCommand( 
   RasterImage destinationImage
)
- (instancetype)initWithDestinationImage:(LTRasterImage *)destinationImage
public CopyDataCommand(RasterImage destinationImage)
function CopyDataCommand( 
   destinationImage 
)
public:
CopyDataCommand( 
   RasterImage^ destinationImage
)

Parameters

destinationImage
The destination image for the copy.
Remarks
destinationImage will hold the result of copying the image data from the image passed to the Run method.
Example
For an example, refer to CopyDataCommand.
Requirements

Target Platforms

See Also

Reference

CopyDataCommand Class
CopyDataCommand Members
Overload List

Error processing SSI file