Displays a character array at the current text position, a point specified by the current text matrix.
Original signature is 'void CGContextShowText ( CGContextRef c, const char *string, size_t length );'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static void ShowText( IntPtr c, string string, NSUInteger length )
Public Shared Sub ShowText ( _ c As IntPtr, _ string As String, _ length As NSUInteger _ )
public: static void ShowText( IntPtr c, String^ string, NSUInteger length )


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