LEADTOOLS (Leadtools assembly)

CopyDataCommand Constructor(RasterImage)

Show in webframe







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
)
-(id)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 RasterCommand.Run method.
Example
For an example, refer to CopyDataCommand.
Requirements

Target Platforms

See Also

Reference

CopyDataCommand Class
CopyDataCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.