Search
Rect.isEmpty Method
See Also
 





Gets a value indicating whether this Rect is empty.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

function isEmpty ()

 Return Value

true if both width and height are 0; otherwise, false.

 See Also