Search
Size.empty Method
See Also
 





Gets a value indicating whether this Size is empty.

Namespace: MindFusion.Drawing
File: Size.js

 Syntax

JavaScript  Copy Code

function empty ()

 Return Value

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

 See Also