Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools.ImageProcessing Namespace > CopyDataCommand Class > CopyDataCommand Constructor : CopyDataCommand Constructor(RasterImage) |
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 )
- (instancetype)initWithDestinationImage:(LTRasterImage *)destinationImage
public CopyDataCommand(RasterImage destinationImage)
function CopyDataCommand( destinationImage )
public: CopyDataCommand( RasterImage^ destinationImage )