←Select platform

CopyDataCommand Constructor(RasterImage)

Summary

Initializes a new instance of the CopyDataCommand with explicit parameters.

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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly