LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

SetOverlayImages Method








The zero-based index of the overlay being affected.
Images which will be used to update the overlay data. Cannot be null.
Sets the "Overlay Data" (60xx,3000) for the specified overlay index. .NET support WinRT support Silverlight support
Syntax
public void SetOverlayImages( 
   int index,
   RasterImage overlayImages
)
'Declaration
 
Public Sub SetOverlayImages( _
   ByVal index As Integer, _
   ByVal overlayImages As RasterImage _
) 
'Usage
 
Dim instance As DicomDataSet
Dim index As Integer
Dim overlayImages As RasterImage
 
instance.SetOverlayImages(index, overlayImages)
public void SetOverlayImages( 
   int index,
   RasterImage overlayImages
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomDataSet.SetOverlayImages( 
   index ,
   overlayImages 
)
public:
void SetOverlayImages( 
   int index,
   RasterImage^ overlayImages
) 

Parameters

index
The zero-based index of the overlay being affected.
overlayImages
Images which will be used to update the overlay data. Cannot be null.
Remarks
This method will update the stream of bytes under the "Overlay Data" (60xx, 3000) element with the data of the images included in overlayImages.

Before calling this method, you must call SetOverlayAttributes to set the attributes of the image you are trying to update. Make sure that the number of images in overlayImages does not exceed the value of the "Number of Frames in Overlay" (60xx,0015) element.

Example
For an example, refer to OverlayCount.
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

DicomDataSet Class
DicomDataSet Members
OverlayCount Property
GetOverlayAttributes Method
GetOverlayActivationLayer Method
GetOverlayImage Method
GetOverlayImages(Int32,Int32,Int32) Method
SetOverlayAttributes Method
SetOverlayImage Method
DeleteOverlay Method

 

 


Products | Support | Contact Us | Copyright Notices

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

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features