Shape:lineTo

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

Shape:lineTo(x,y)

Parameters

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