LEADTOOLS Medical (Leadtools.MedicalWebViewer.DICOMObjectRetrieve assembly)

MergeImage Method

Show in webframe



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

Parameters

returnImage
The Leadtools.RasterImage will contain the result of the merge.
originalImage
The Leadtools.RasterImage to be merged with the returnImage
Remarks

This method appends the pages from the original image to the resulting image.

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

See Also

Reference

MedicalWebViewerObjectRetrieve Class
MedicalWebViewerObjectRetrieve Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.