MonobjcMonobjc Documented Class Library
ContainsPoint Method (aPoint)
NamespacesMonobjc.AppKitNSBezierPathContainsPoint(NSPoint)

Returns a Boolean value indicating whether the receiver contains the specified point.

Original signature is '- (BOOL)containsPoint:(NSPoint)aPoint'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ContainsPoint(
	NSPoint aPoint
)
Public Overridable Function ContainsPoint ( _
	aPoint As NSPoint _
) As Boolean
public:
virtual bool ContainsPoint(
	NSPoint aPoint
)
Parameters
aPoint (NSPoint)
The point to test against the path, specified in the path object's coordinate system.
Return Value
YES if the path's enclosed area contains the specified point; otherwise, NO.
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)