LINE

The LINE method draws a line from point (x1|y1) to point (x2|y2).

  • The line thickness is defined using the STROKE method.
  • The color is defined using the COLOR method.

LINE(x1,y1, x2, y2)