Search
Path Constructor
See Also
 





Initializes a new instance of the Path class.

Namespace: MindFusion.Drawing
File: Path.js

 Syntax

JavaScript  Copy Code

function Path ([pathString])

 Parameters

pathString
Optional.

String. A string representing the path figures.

 See Also