Sets the "Overlay Data" (60xx,3000) for a certain overlay index.
public void SetOverlayImage(
int index,
RasterImage overlayImage
)
Public Sub SetOverlayImage( _
ByVal index As Integer, _
ByVal overlayImage As RasterImage _
)
public void setOverlayImage(int index, RasterImage image)
public:
void SetOverlayImage(
int index,
RasterImage^ overlayImage
)
index
The zero-based index of the overlay being affected.
overlayImage
Image which will be used to update the overlay data. Cannot be null.
This method will update the stream of bytes under the "Overlay Data" (60xx, 3000) element with the data in the passed image. This method will fail if the image width does not match the "Overlay Columns" (60xx, 0011) or if the image height does not match the "Overlay Rows" (60xx, 0011) for the overlay being updated.
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