C#
VB
C++
Gets or sets the image that will be fused with the original image. Image.
public RasterImage FusedImage { get; set; }
Public Property FusedImage As Leadtools.RasterImage
public:
property Leadtools.RasterImage^ FusedImage {
Leadtools.RasterImage^ get();
void set ( Leadtools.RasterImage^ );
}
Leadtools.RasterImage that will be fused with the original image Image.
For an example, refer to MedicalViewerFusion. Also, please refer the Main fusion demo.
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