|
GLG Toolkit, C / C++ API Library
Version 4.6
|
Specifies polygon fill type binary flags that may be combined with bitwise OR. More...
Specifies polygon fill type binary flags that may be combined with bitwise OR.
Macros | |
| #define | GLG_EDGE 0x1 |
| Draw edge. More... | |
| #define | GLG_EDGE_LINE_FILL ( GLG_EDGE | GLG_LINE_FILL ) |
| Convenience constant to draw filled thick lines. More... | |
| #define | GLG_FILL 0x2 |
| Draw fill. More... | |
| #define | GLG_FILL_EDGE ( GLG_FILL | GLG_EDGE ) |
| Convenience constant to draw both fill and edge. More... | |
| #define | GLG_INVERSED_LINE_FILL 0x8 |
| A flag that reverses colors when combined with GLG_LINE_FILL: thick lines will use EdgeColor for fill and FillColor for edges. More... | |
| #define | GLG_LINE_FILL 0x4 |
| A flag used with GLG_EDGE to render the outer edges of thick lines using EdgeColor and the middle part using FillColor. More... | |
| #define | GLG_LINE_FILL_INV ( GLG_LINE_FILL | GLG_INVERSED_LINE_FILL ) |
| Convenience constant to draw filled thick lines with inversed colors. More... | |
| #define GLG_EDGE 0x1 |
Draw edge.
| #define GLG_EDGE_LINE_FILL ( GLG_EDGE | GLG_LINE_FILL ) |
Convenience constant to draw filled thick lines.
| #define GLG_FILL 0x2 |
Draw fill.
| #define GLG_INVERSED_LINE_FILL 0x8 |
A flag that reverses colors when combined with GLG_LINE_FILL: thick lines will use EdgeColor for fill and FillColor for edges.
| #define GLG_LINE_FILL 0x4 |
A flag used with GLG_EDGE to render the outer edges of thick lines using EdgeColor and the middle part using FillColor.
| #define GLG_LINE_FILL_INV ( GLG_LINE_FILL | GLG_INVERSED_LINE_FILL ) |
Convenience constant to draw filled thick lines with inversed colors.