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.


- aPoint (NSPoint)
- The point to test against the path, specified in the path object's coordinate system.

YES if the path's enclosed area contains the specified point; otherwise, NO.

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