MonobjcMonobjc Documented Class Library
ShowGlyphsAtPoint Method (c, x, y, glyphs, count)
NamespacesMonobjc.ApplicationServicesCGContextShowGlyphsAtPoint(IntPtr, CGFloat, CGFloat, IntPtr, NSUInteger)

Displays an array of glyphs at a position you specify.

Original signature is 'void CGContextShowGlyphsAtPoint ( CGContextRef c, CGFloat x, CGFloat y, const CGGlyph glyphs[], size_t count );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void ShowGlyphsAtPoint(
	IntPtr c,
	CGFloat x,
	CGFloat y,
	IntPtr glyphs,
	NSUInteger count
)
Public Shared Sub ShowGlyphsAtPoint ( _
	c As IntPtr, _
	x As CGFloat, _
	y As CGFloat, _
	glyphs As IntPtr, _
	count As NSUInteger _
)
public:
static void ShowGlyphsAtPoint(
	IntPtr c, 
	CGFloat x, 
	CGFloat y, 
	IntPtr glyphs, 
	NSUInteger count
)
Parameters
c (IntPtr)
MISSING
x (CGFloat)
MISSING
y (CGFloat)
MISSING
glyphs (IntPtr)
MISSING
count (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)