Line

Line x1, y1, x2, y2

Model : CT1721C, CT1820, CUBLOC + GHB3224C

This command draws a line from x1, y1 to x2, y2.

Line 10,20,100,120 ' Draw a line




Lineto

LineTo x, y

This command draws a line from the last point to x, y.

Line 10,20,100,120     ' Draw a line
LineTo 200,50          ' Continue drawing a line from the last point

Go CUBLOC home