lFlags
Flags that indicate the background color and which bitmap dimension extends along the Z-axis. You can use a bit wise OR (|) to specify one flag from each group.
The following are the flags that indicate the background color:
Value |
Meaning |
PLANE_FILL_CLR |
[0x0001] Use the crFill as a background color. |
PLANE_NO_CHG |
[0x0002] Use the image itself as a background. |
The following are the flags that indicate which bitmap dimension is along the Z-axis: |
|
Value |
Meaning |
TUN_AXIS_WIDTH |
[0x0010] Bitmap width will be along the Z-axis. |
TUN_AXIS_HEIGHT |
[0x0010] Bitmap height will be along the Z-axis. |