ASP.NET Pack Programmer's Guide
Path.lineTo Method
See Also
 





Draws a line from the current point to the specified location.

Namespace: MindFusion.Drawing
Package: Path.js

 Syntax

JavaScript  Copy Code

function lineTo (x, y)

 Parameters

x

The x-coordinate of the point.

y

The y-coordinate of the point.

 See Also

Path Members
Path Class
MindFusion.Drawing Namespace