Search
Point.empty Method
See Also
 






Gets a value indicating whether this Point is empty.

Namespace: MindFusion.Drawing
File: Point.js

 Syntax

JavaScript  Copy Code

function empty ()

 Return Value

true if both x and y are 0; otherwise, false.

 See Also