Overridden by subclasses to return whether a point lies within the receiver’s region or on the region’s edge—not simply within its bounding rectangle.
Original signature is '- (BOOL)containsPoint:(NSPoint)aPoint'
Available in Mac OS X v10.0 and later.


- aPoint (NSPoint)
- The point in question.

YES if aPoint lies within the receiver’s region or on the region’s edge—not simply within its bounding rectangle—NO otherwise.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)