lFlags

Flags that indicate which background and dot type to use. You can use a bit wise OR (|) to specify one flag from each group. The following flags indicate which background to use:

Value

Meaning

POINTILLIST_IMAGE

[0x0001] Use the image as the background.

POINTILLIST_COLOR

[0x0002] Fill the background with crColor.

The following flags indicate which dot type to use:

Value

Meaning

POINTILLIST_STICKER

[0x0010] Use dots that will overlap like stickers.

POINTILLIST_POINT

[0x0020] Use dots that will adjust like bubbles.