Displays a character string at a position you specify.
Original signature is 'void CGContextShowTextAtPoint ( CGContextRef c, CGFloat x, CGFloat y, const char *string, size_t length );'
Available in Mac OS X v10.0 and later.

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

- c (IntPtr)
- MISSING
- x (CGFloat)
- MISSING
- y (CGFloat)
- MISSING
- string (String)
- MISSING
- length (NSUInteger)
- 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)