Returns the intersection of two rectangles.
Original signature is 'CGRect CGRectIntersection ( CGRect r1, CGRect r2 );'
Available in Mac OS X v10.0 and later.


A rectangle that represents the intersection of the two specified rectangles. If the two rectangles do not intersect, returns the null rectangle. To check for this condition, use CGRectIsNull.

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