Search
Path.empty Method
See Also
 






Gets a value indicating whether this Path is empty.

Namespace: MindFusion.Drawing
File: Path.js

 Syntax

JavaScript  Copy Code

function empty ()

 Return Value

true if the path does not contain any figures; otherwise, false.

 See Also