Leadtools.Dicom Namespace > DicomDataSet Class > GetOverlayImages Method : GetOverlayImages(Int32,Int32,UInt32) Method |
public RasterImage GetOverlayImages( int index, int overlayFrameIndex, uint count )
'Declaration Public Overloads Function GetOverlayImages( _ ByVal index As Integer, _ ByVal overlayFrameIndex As Integer, _ ByVal count As UInteger _ ) As RasterImage
'Usage Dim instance As DicomDataSet Dim index As Integer Dim overlayFrameIndex As Integer Dim count As UInteger Dim value As RasterImage value = instance.GetOverlayImages(index, overlayFrameIndex, count)
public RasterImage GetOverlayImages( int index, int overlayFrameIndex, uint count )
function Leadtools.Dicom.DicomDataSet.GetOverlayImages(Int32,Int32,UInt32)( index , overlayFrameIndex , count )
public: RasterImage^ GetOverlayImages( int index, int overlayFrameIndex, uint 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.