Checks whether a rectangle is infinite.


- rect (CGRect)
- The rectangle to examine.

Returns true if the specified rectangle is infinite, false otherwise.

Original declaration is : bool CGRectIsInfinite ( 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)