User Tools

Site Tools


ugbasic:user:kw:polyline
Translations of this page:


ugBASIC User Manual

POLYLINE

SYNTAX

   POLYLINE [[x1],[y1]] TO [x2],[y2] [TO [x3],[y3] [TO [x4],[y4]]]...

PURPOSE

The POLYLINE command allows you to draw a certain number of concatenated lines.

EXAMPLE

  POLYLINE 10,10 TO 20,10 TO 20,20 TO 10,20 TO 10,10

ABBREVIATION

 Ply

AVAILABLE ON

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY