Returns a Boolean value that indicates whether two rectangles intersect.


- aRect (NSRect)
[Missing <param name="aRect"/> documentation for "M:Monobjc.Foundation.NSRect.NSIntersectsRect(Monobjc.Foundation.NSRect,Monobjc.Foundation.NSRect)"]
- bRect (NSRect)
[Missing <param name="bRect"/> documentation for "M:Monobjc.Foundation.NSRect.NSIntersectsRect(Monobjc.Foundation.NSRect,Monobjc.Foundation.NSRect)"]

[Missing <returns> documentation for "M:Monobjc.Foundation.NSRect.NSIntersectsRect(Monobjc.Foundation.NSRect,Monobjc.Foundation.NSRect)"]

Original declaration is : BOOL NSIntersectsRect(NSRect aRect, NSRect bRect)

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