Sets the current text drawing mode.
Original signature is 'void CGContextSetTextDrawingMode ( CGContextRef c, CGTextDrawingMode mode );'
Available in Mac OS X v10.0 and later.

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

- c (IntPtr)
- MISSING
- mode (CGTextDrawingMode)
- 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)