MonobjcMonobjc Documented Class Library
PointInRect Method (aPoint)
NamespacesMonobjc.FoundationNSRectPointInRect(NSPoint)
Returns a Boolean value that indicates whether a given point is in a specified rectangle.
Declaration Syntax
C#Visual BasicVisual C++
public bool PointInRect(
	NSPoint aPoint
)
Public Function PointInRect ( _
	aPoint As NSPoint _
) As Boolean
public:
bool PointInRect(
	NSPoint aPoint
)
Parameters
aPoint (NSPoint)

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

Return Value

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

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)