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. ''''''<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:14, 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)

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