Draws the current path using the provided drawing mode.
Original signature is 'void CGContextDrawPath ( CGContextRef c, CGPathDrawingMode mode );'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static void DrawPath( IntPtr c, CGPathDrawingMode mode )
Public Shared Sub DrawPath ( _ c As IntPtr, _ mode As CGPathDrawingMode _ )
public: static void DrawPath( IntPtr c, CGPathDrawingMode mode )

- c (IntPtr)
- MISSING
- mode (CGPathDrawingMode)
- MISSING

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