Indicates whether two rectangles intersect.


Returns 1 if the two specified rectangles intersect; otherwise, 0. The first rectangle intersects the second if the intersection of the rectangles is not equal to the null rectangle.

Original declaration is : int CGRectIntersectsRect ( CGRect rect1, CGRect rect2 );

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