C#
VB
Java
Objective-C
WinRT C#
C++
Initializes a new instance of the CopyDataCommand with explicit parameters.
public CopyDataCommand(
RasterImage destinationImage
)
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
)
destinationImage
The destination image for the copy.
destinationImage will hold the result of copying the image data from the image passed to the Run method.
For an example, refer to CopyDataCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET