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

[Missing <param name="aPoint"/> documentation for "M:Monobjc.ApplicationServices.CGRect.PointInRect(Monobjc.ApplicationServices.CGPoint)"]

Return Value

[Missing <returns> documentation for "M:Monobjc.ApplicationServices.CGRect.PointInRect(Monobjc.ApplicationServices.CGPoint)"]

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)