Difference between revisions of "Shape:lineTo"
From GiderosMobile
Line 8: | Line 8: | ||
Shape:lineTo(x,y) | Shape:lineTo(x,y) | ||
</source> | </source> | ||
− | '''x''': (number) x coordinate of the point. | + | === Parameters === |
− | '''y''': (number) y coordinate of the point. | + | '''x''': (number) x coordinate of the point. <br/> |
+ | '''y''': (number) y coordinate of the point. <br/> |
Revision as of 10:37, 23 August 2018
Available since: Gideros 2011.6
Description
Adds the given point to the current subpath, connected to the previous one by a straight line.
Shape:lineTo(x,y)
Parameters
x: (number) x coordinate of the point.
y: (number) y coordinate of the point.