MonobjcMonobjc Documented Class Library
ShowText Method (c, string, length)
NamespacesMonobjc.ApplicationServicesCGContextShowText(IntPtr, String, NSUInteger)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
c (IntPtr)
MISSING
string (String)
MISSING
length (NSUInteger)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)