SetOverlayBitmapList method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SetOverlayBitmapList(long lOverlayIndex, long lFlags);

Overview

Refer to Overlays Overview.

Remarks

The SetOverlayBitmapList method updates the stream of bytes under the "Overlay Data" (60xx, 3000) element of an overlay with the data of the bitmaps specified by the OverlayBitmapList property.

Before calling the method, set the OverlayBitmapList property to the handle of the bitmap list which will be used to update the overlay data.

Before calling this method, make sure to call the SetOverlayAttributes method to set the attributes of the bitmap you are trying to update; make sure that the number of bitmaps in the list doesn’t exceed the value of "Number of Frames in Overlay" (60xx,0015) element.

See Also

Elements:

OverlayCount property, OverlayBitmapList property, SetOverlayAttributes method, GetOverlayBitmapList method, SetOverlayBitmap method

Topics:

Overlays