Indicates whether a rectangle has zero width or height or is a null rectangle.


- rect (CGRect)
- The rectangle to examine.

Returns 1 if the specified rectangle is empty; otherwise, 0.

Original declaration is : int CGRectIsEmpty ( CGRect rect );

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)