LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

CopyDataCommand Constructor(RasterImage)






The destination image for the copy.
Initializes a new instance of the CopyDataCommand with explicit parameters. .NET support Silverlight support WinRT support
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
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CopyDataCommand Class
CopyDataCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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