Flags property (ILEADOverlayAttributes)

Visual Basic example

Visual C++ 6.0 example

 

Syntax

long Flags

Overview

Refer to Overlays Overview.

Remarks

Gets or sets values that indicate whether the overlay bitmap is automatically painted, or processed and whether the BitPosition property contains valid data. Possible values are:

Value

Meaning

OVERLAY_AUTOPAINT

[0x00000001] Paint the overlay automatically when the bitmap is painted.

OVERLAY_AUTOPROCESS

[0x00000002] Automatically adjust the overlay bitmap and position when the main bitmap is resized (zoomed in), scrolled, rotated, flipped, reversed, sheared, or trimmed.

OVERLAY_USEBITPLANE

[0x00000004] The overlay has a corresponding bitplane in the main bitmap. The BitPosition property specifies the index bitplane.

See Also

Elements:

OriginY property, OriginY property, Color 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, GetOverlayCount method, OverlayAttributes property, SetOverlayAttributes method, GetOverlayAttributes method, GetOverlayBitmap method, SetOverlayBitmap method, UpdateOverlayBits method

Topics:

Raster Images: Combining Images