Online documentation, manuals and tutorials
< All Topics
Print

Line

Description

The Line object is capable of drawing straight lines between a set of points.

More info

Properties

Specific

Points

String

List of points given as: x1,y1 x2, y2 x3, y3 ..., for example: 0,0 50,50 100,0 150,50 200,0

Invert Y

Boolean

By default, the y == 0 point is in the top of the object. It might be counter-intuitive in some cases so the y coordinates can be inverted with this property. In this case, y == 0 will be the bottom of the object. y invert is disabled by default.

Page content