Draws a line from the current point to the specified location.
Namespace: MindFusion.Drawing
File: Path.js
SyntaxJavaScript
Copy Code
|
|---|
function lineTo (x, y) |
Number. The x-coordinate of the point.
Number. The y-coordinate of the point.
See Also