lFlags
Flags that indicate the shape of the vignette object, and the feathering direction.
The following flags indicate which vignette shape to use:
Value |
Meaning |
VIG_SQUARE |
[0x0000] Make the vignette shape a square. |
VIG_RECTANGLE |
[0x0001] Make the vignette shape a rectangle. |
VIG_CIRCLE |
[0x0002] Make the vignette shape a circle. |
VIG_ELLIPSE |
[0x0003] Make the vignette shape an ellipse. |
The following flags indicate how to use the fill color:
Value |
Meaning |
VIG_FILLIN |
[0x0000] Use crVigColor to fill the inside of the vignette object. |
VIG_FILLOUT |
[0x0010] Use crVigColor as the fill color for the outside of the vignette object. |