====== 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
{{ :cubloc:line_lineto:line.png?nolink |}}
\\
\\
\\
====== 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
{{ :cubloc:line_lineto:lineto.png?nolink |}}
[[cubloc:index#Graphic/Display_Library:|Go CUBLOC home]]