Leadtools.Dicom Namespace > DicomDataSet Class > GetOverlayImages Method : GetOverlayImages(Int32,Int32,Int32) Method |
public RasterImage GetOverlayImages( int index, int overlayFrameIndex, int count )
'Declaration Public Overloads Function GetOverlayImages( _ ByVal index As Integer, _ ByVal overlayFrameIndex As Integer, _ ByVal count As Integer _ ) As RasterImage
'Usage Dim instance As DicomDataSet Dim index As Integer Dim overlayFrameIndex As Integer Dim count As Integer Dim value As RasterImage value = instance.GetOverlayImages(index, overlayFrameIndex, count)
public RasterImage GetOverlayImages( int index, int overlayFrameIndex, int count )
ObjectiveC Syntax
function Leadtools.Dicom.DicomDataSet.GetOverlayImages(Int32,Int32,Int32)( index , overlayFrameIndex , count )
public: RasterImage^ GetOverlayImages( int index, int overlayFrameIndex, int count )
As an example, To load 5 frames starting with the 1st frame in the "Overlay Data", call this method with overlayFrameIndex set to 0 and count set to 5.
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