Flags property (ILEADOverlayAttributes)
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