Loads the image(s) with frames from the "Overlay Data" (60xx, 3000) element.
Syntax
Visual Basic (Usage) | Copy Code |
---|
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)
|
Parameters
- index
-
The zero-based index of the overlay whose frames are required.
- overlayFrameIndex
-
The zero-based index of the first frame to load.
- count
-
Value that represents the number of frames to load.
Return Value
Image(s) with frames from the "Overlay Data" (60xx, 3000) element.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also