MonobjcMonobjc Documented Class Library
ShowTextAtPoint Method (c, x, y, string, length)
NamespacesMonobjc.ApplicationServicesCGContextShowTextAtPoint(IntPtr, CGFloat, CGFloat, String, NSUInteger)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
c (IntPtr)
MISSING
x (CGFloat)
MISSING
y (CGFloat)
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)