lFlags

Flags that indicate whether to use arc-shaped or rectangular-shaped tiles, and what type of shadowing to use, if any. You can use a bit wise OR (|) to specify one flag from each group.

The following flags indicate which tile shape should be used:

Value

Meaning

MSCT_CART

[0x0000] Draw rectangular tiles. If this flag is used, lTileWidth contains the tile width in pixels, and lTileHeight contains the tile height in pixels.

MSCT_POLAR

[0x0001] Draw arc-shaped tiles. If this flag used, lTileWidth contains the size of the curve in the tiles in degrees, and lTileHeight contains the radial length of the tiles (in pixels).

The following are the flags indicate how to apply the shadow on the tiles, or whether to use shadows:

Value

Meaning

MSCT_FLAT

[0x0000] Do not apply a shadow.

MSCT_SHADOWRGB

[0x0010] Apply colored shadows.

MSCT_SHADOWGRAY

[0x0020] Apply grayscale shadows.