SetOverlayAttributes method (ILEADRasterProcess)

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SetOverlayAttributes(ILEADRaster *pRaster, short iIndex, long lFlags);

Overview

Refer to Overlays Overview.

Remarks

(Medical only) Sets the overlay attributes for the overlay at the specified index. This method can be used to set some or all the overlay attributes. Before calling this method, initialize all the attributes to be set or changed.

There are several attributes in lFlags and you cannot change only one flag. If you want to change only one flag, you will first have to get all the flags and change only the flag you want. See the example for more information.

See Also

Elements:

Size method, Resize event, GetOverlayCount method, OverlayAttributes property, GetOverlayAttributes method, GetOverlayBitmap method, SetOverlayBitmap method, UpdateOverlayBits method, OriginX property, OriginY property, Color property, Flags property, BitPosition property, Rows property, Columns property, Type property, BitsAllocated property, Description property, Subtype property, Label property, ROIMean property, ROIArea property, ROIStandardDeviation property, NumberFramesInOverlay property, ActivationLayer property

Topics:

Raster Images: Combining Images