LineXY()
Syntax
LineXY(x1, y1, x2, y2 [, Color])Description
Draw a line of given dimensions (from point x1,y1 to x2,y2) on the current output. The current output is set with StartDrawing().
If the 'Color' parameter is not specified, the default color set with FrontColor() will be used. RGB() can be used to get a valid color value. A color table with common colors is available here.
Supported OS
All