Moves the path to the specified location.
Namespace: MindFusion.Drawing
File: Path.js
SyntaxJavaScript
Copy Code
|
|---|
function moveTo (x, y) |
Type: Number
Number. The x-coordinate of the point.
Type: Number
Number. The y-coordinate of the point.
See Also