MonobjcMonobjc Documented Class Library
PathContainsPoint Method (context, point, mode)
NamespacesMonobjc.ApplicationServicesCGContextPathContainsPoint(IntPtr, CGPoint, CGPathDrawingMode)

Checks to see whether the specified point is contained in the current path.

Original signature is 'bool CGContextPathContainsPoint ( CGContextRef context, CGPoint point, CGPathDrawingMode mode );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool PathContainsPoint(
	IntPtr context,
	CGPoint point,
	CGPathDrawingMode mode
)
Public Shared Function PathContainsPoint ( _
	context As IntPtr, _
	point As CGPoint, _
	mode As CGPathDrawingMode _
) As Boolean
public:
static bool PathContainsPoint(
	IntPtr context, 
	CGPoint point, 
	CGPathDrawingMode mode
)
Parameters
context (IntPtr)
MISSING
point (CGPoint)
MISSING
mode (CGPathDrawingMode)
MISSING
Return Value
Returns true if point is inside the current path of the graphics context; false otherwise.
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.AppKit (Module: Monobjc.AppKit)