Checks to see whether the specified point is contained in the current path.
Original signature is 'bool CGContextPathContainsPoint ( CGContextRef context, CGPoint point, CGPathDrawingMode mode );'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static bool PathContainsPoint( IntPtr context, CGPoint point, CGPathDrawingMode mode )
Public Shared Function PathContainsPoint ( _ context As IntPtr, _ point As CGPoint, _ mode As CGPathDrawingMode _ ) As Boolean
public: static bool PathContainsPoint( IntPtr context, CGPoint point, CGPathDrawingMode mode )


Returns true if point is inside the current path of the graphics context; 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)