LINE
This command will put a line on the screen in the current ink color. The command requires two sets of Coordinates to draw a line from one to the other on the screen. The parameters should be specified using integer values. You can also draw to a bitmap, by using the SET CURRENT BITMAP command.

SYNTAX
LINE X1,Y1,X2,Y2

RELATED INFO
BASIC2D Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example