#include <rvc/stylepatternline.h>
Public Types | |
| enum | FLAGS { FLAG_Filled = 0x0001, FLAG_JoinMiter = 0x0002, FLAG_JoinBevel = 0x0004, FLAG_CapRound = 0x0008 } |
| enum | TYPE { TYPE_Line = 0, TYPE_CrossLine, TYPE_Circle, TYPE_PolyLine, TYPE_Polygon, TYPE_Last = TYPE_Polygon } |
Public Attributes | |
| UINT8 | colornum |
| INT16 | extrabytes |
| UINT16 | flags |
| INT16 | thickness |
| UINT8 | type |
| INT16 | xoffset |
| INT16 | xsize |
| INT16 | xspacing |
| INT16 | yoffset |
Color index in pattern-specific color map.
Number of bytes in element not including header.
Thickness of element lines (if not filled).
Pattern element type (TYPE).
Offset along line from start.
Size/Length of element.
Spacing between instances of element.
Offset above(-) or below(+) line.
1.6.1