Shape:lineTo

From GiderosMobile
Revision as of 15:30, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")


Available since: Gideros 2011.6
Class: Shape

Description


Adds the given point to the current subpath, connected to the previous one by a straight line.

<syntaxhighlight lang="lua">

Shape:lineTo(x,y)

</source>

Parameters

x: (number) x coordinate of the point.
y: (number) y coordinate of the point.