Returns a rectangle with integer values for its origin and size.


- rect (CGRect)
- The source rectangle.

The rectangle with smallest integer values for its origin and size that contains the source rectangle. That is, given a rectangle with fractional origin or size values, CGRectIntegral rounds the rectangle�s origin downward and its size upward to the nearest whole integers, such that the result contains the original rectangle.

Original declaration is : CGRect CGRectIntegral ( 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)