lFlags
Flags that indicate how to handle exposed areas outside the sphere and inside the sphere. You can use a bitwise OR (|) to specify one flag from each group.
The following are the flags that indicate how to handle exposed areas outside the sphere:
Value |
Meaning |
FILL_CLR |
[0x0000] Fill any exposed areas with crFill. |
FILL_RPT |
[0x0001] Stretch the image edges to fill the exposed area. |
FILL_NOCHG |
[0x0002] Leave the exposed area as is, without changing it. |
The following are the flags that indicate how to handle exposed areas inside the sphere:
Value |
Meaning |
FILL_ROT |
[0x0000] Rotate the image inside the sphere pattern. |
FILL_WOUTROT |
[0x0010] Fill the exposed sphere pattern center as you would exposed areas outside the sphere. |
This flag is ignored if the iValue is negative.