LEADTOOLS Medical (Leadtools.MedicalWebViewer.DICOMObjectRetrieve assembly)
LEAD Technologies, Inc

MergeImage Method






The Leadtools.RasterImage which will contains the merge result.
The Leadtools.RasterImage to be merged with the returnImage
Inserts all pages of the specified Leadtools.RasterImage into another Leadtools.RasterImage.
Syntax
protected void MergeImage( 
   ref RasterImage returnImage,
   RasterImage originalImage
)
'Declaration
 
Protected Sub MergeImage( _
   ByRef returnImage As RasterImage, _
   ByVal originalImage As RasterImage _
) 
'Usage
 
Dim instance As MedicalWebViewerObjectRetrieve
Dim returnImage As RasterImage
Dim originalImage As RasterImage
 
instance.MergeImage(returnImage, originalImage)
protected void MergeImage( 
   ref RasterImage returnImage,
   RasterImage originalImage
)
 function Leadtools.Dicom.Services.MedicalWebViewer.MedicalWebViewerObjectRetrieve.MergeImage( 
   returnImage ,
   originalImage 
)
protected:
void MergeImage( 
   RasterImage^% returnImage,
   RasterImage^ originalImage
) 

Parameters

returnImage
The Leadtools.RasterImage which will contains the merge result.
originalImage
The Leadtools.RasterImage to be merged with the returnImage
Remarks

If the returnImage is NULL it will be initialized with the originalImage.

After this method returns the originalImage will be invalid and disposed.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MedicalWebViewerObjectRetrieve Class
MedicalWebViewerObjectRetrieve Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.