Shape:lineTo

From GiderosMobile
Revision as of 11:02, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Adds the given point to the current subpath, connected to the previous one by a straight line.<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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(xy,)

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