MonobjcMonobjc Documented Class Library
IntersectsRect Method (aRect)
NamespacesMonobjc.FoundationNSRectIntersectsRect(NSRect)
Returns a Boolean value that indicates whether this rectangle and the specified rectangle intersect.
Declaration Syntax
C#Visual BasicVisual C++
public bool IntersectsRect(
	NSRect aRect
)
Public Function IntersectsRect ( _
	aRect As NSRect _
) As Boolean
public:
bool IntersectsRect(
	NSRect aRect
)
Parameters
aRect (NSRect)

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

Return Value

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

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

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)