API Line styles constants
Summary
The Drawing style constants are used in graphical objects functions to set the style of the line
Definition
Constant name | Value |
---|---|
STYLE_SOLID | The pen is solid |
STYLE_DASH | The pen is dashed |
STYLE_DOT | The pen is dotted |
STYLE_DASHDOT | The pen has alternating dashes and dots |
STYLE_DASHDOTDOT | The pen has alternating dashes and double dots
Examples |