Difference between revisions of "Shape:moveTo"

From GiderosMobile
Line 8: Line 8:
 
  Shape:moveTo(x,y)
 
  Shape:moveTo(x,y)
 
</source>
 
</source>
'''x''': (number) x coordinate of the point. ''''''<br/>
+
=== Parameters ===
'''y''': (number) y coordinate of the point. ''''''<br/>
+
'''x''': (number) x coordinate of the point. <br/>
 +
'''y''': (number) y coordinate of the point. <br/>

Revision as of 11:41, 23 August 2018

Available since: Gideros 2011.6

Description


Creates a new subpath with the given point.

 Shape:moveTo(x,y)

Parameters

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