Line draw
LINE x1%, y1%, x2%, y2% [, z%=1]
Draws a line with the given value from the point (x1, y1) to the point (x2, y2) with value z.
If the coordinates (x1, y1) or (x2, y2) describe points outside the screen only the visible part of the line is drawn.
Value | Function |
0 | Line clear (white) |
1 | Line set (black ) |
2 | Line clear (white) |
4 | Dotted line |
5 | Line invert |
- SHOW - Visualisation of generated graphic
|