Loads the image(s) with frames from the "Overlay Data" (60xx, 3000) element.
public RasterImage GetOverlayImages(
int index,
int overlayFrameIndex,
int count
)
Public Overloads Function GetOverlayImages( _
ByVal index As Integer, _
ByVal overlayFrameIndex As Integer, _
ByVal count As Integer _
) As RasterImage
public RasterImage getOverlayImages(int index, int overlayFrameIndex, int count)
public:
RasterImage^ GetOverlayImages(
int index,
int overlayFrameIndex,
int count
)
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.
Image(s) with frames from the "Overlay Data" (60xx, 3000) element.
Before calling this method, you must call GetOverlayAttributes. The FramesInOverlay property will be updated with the number of frames under an overlay. 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document