Hatch pattern element structure. More...
#include <rvc/stylepatternhatch.h>
Public Types | |
| enum | TYPE { TYPE_Simple = 0, TYPE_LinePattern = 1, TYPE_SolidFill = 2, TYPE_Last = 2 } |
Public Attributes | |
| DOUBLE | angle |
| UINT8 | colornum |
| UINT32 | flags |
| UINT8 | isvisible |
| UINT32 | linedatasize |
| UINT8 | space |
| DOUBLE | spacing |
| UINT8 | spare [4] |
| DOUBLE | thickness |
| UINT8 | type |
| DOUBLE | xoffset |
| DOUBLE | yoffset |
Hatch pattern element structure.
Angle of element.
Color index in pattern-specific color map.
Flag for turning element on/off.
Size of the line pattern data attached.
Spacing between instances of element.
Double alignment.
Thickness of element lines.
Pattern element type: simple or line pattern.
1.6.1