public RasterImage DestinationImage { get; set; }
Public Property DestinationImage As RasterImage
@property (nonatomic, strong, nullable) LTRasterImage *destinationImage
public RasterImage getDestinationImage()
public void setDestinationImage(RasterImage value)
public:
property RasterImage^ DestinationImage {
RasterImage^ get();
void set ( RasterImage^ );
}
The destination RasterImage.
The source image data (the image passed to the Run method) will be copied into this image.
The destination image must accurately identify the copied data. Therefore, the following properties must specify the same values for both the source and destination images:
The CopyDataCommand works by copying the image data from the image passed to the Run method to the image passed in the DestinationImage property.
For an example, refer to CopyDataCommand.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document