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.

C# | Visual Basic | Visual C++ |

Returns true if the point is contained in the path; false 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)