Difference between revisions of "Shape:moveTo"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new subpath with the given point.<br /> <br /> <source lang="lua"> = Shape:moveTo(xy,...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= Shape:moveTo(xy,)
+
Shape:moveTo(x,y)
 
</source>
 
</source>
'''x:''' (number) x coordinate of the point. ''''''<br/>
+
'''x''': (number) x coordinate of the point. ''''''<br/>
'''y:''' (number) y coordinate of the point. ''''''<br/>
+
'''y''': (number) y coordinate of the point. ''''''<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2011.6

Description


Creates a new subpath with the given point.

 Shape:moveTo(x,y)

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