Search
Path.clone Method
See Also
 





Creates a Path object identical to the current object.

Namespace: MindFusion.Drawing
File: Path.js

 Syntax

JavaScript  Copy Code

function clone ()

 Return Value

The newly created Path object.

 See Also