lFlags

Flags that indicate the background color and the planes to be shown.

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 planes (with respect to the Z-axis) will be shown. You can use a bit wise OR (|) to specify more than one plane. However, you can only combine PLANE_LEFT with PLANE_RIGHT or PLANE_UP with PLANE_DOWN.

Value

Meaning

PLANE_LEFT

[0x0010] The plane will be displayed to the left of the Z-axis.

PLANE_RIGHT

[0x0020] The plane will be displayed to the right of the Z-axis.

PLANE_UP

[0x0040] The plane will be displayed above the Z-axis.

PLANE_DOWN

[0x0080] The plane will be displayed below the Z-axis.