←Select platform

CopyDataCommand Constructor(RasterImage)

Summary

Initializes a new instance of the CopyDataCommand with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal destinationImage As Leadtools.RasterImage _ 
) 
public CopyDataCommand(  
   Leadtools.RasterImage destinationImage 
) 
- (instancetype)initWithDestinationImage:(LTRasterImage *)destinationImage 
public CopyDataCommand(RasterImage destinationImage) 
function CopyDataCommand(  
   destinationImage  
) 
public: 
CopyDataCommand(  
   Leadtools.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly