MonobjcMonobjc Documented Class Library
ContainsPoint Method (path, m, point, eoFill)
NamespacesMonobjc.ApplicationServicesCGPathContainsPoint(IntPtr, IntPtr, CGPoint, Boolean)

Checks whether a point is contained in a graphics path.

Original signature is 'bool CGPathContainsPoint ( CGPathRef path, const CGAffineTransform *m, CGPoint point, bool eoFill );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool ContainsPoint(
	IntPtr path,
	IntPtr m,
	CGPoint point,
	bool eoFill
)
Public Shared Function ContainsPoint ( _
	path As IntPtr, _
	m As IntPtr, _
	point As CGPoint, _
	eoFill As Boolean _
) As Boolean
public:
static bool ContainsPoint(
	IntPtr path, 
	IntPtr m, 
	CGPoint point, 
	bool eoFill
)
Parameters
path (IntPtr)
MISSING
m (IntPtr)
MISSING
point (CGPoint)
MISSING
eoFill (Boolean)
MISSING
Return Value
Returns true if the point is contained in the path; 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)