OWBasic for Pocketviewer

Home INTRO Group GRAPHIC Alphabetical Index

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.


ValueFunction
0Line clear (white)
1Line set (black )
2Line clear (white)
4Dotted line
5Line invert


  • SHOW - Visualisation of generated graphic
Home INTRO Group GRAPHIC Alphabetical Index