MonobjcMonobjc Documented Class Library
ShowGlyphsAtPositions Method (context, glyphs, positions, count)
NamespacesMonobjc.ApplicationServicesCGContextShowGlyphsAtPositions(IntPtr, IntPtr, IntPtr, NSUInteger)

Draws glyphs at the provided position.

Original signature is 'void CGContextShowGlyphsAtPositions( CGContextRef context, const CGGlyph glyphs[], const CGPoint positions[], size_t count );'

Available in Mac OS X v10.5 and later.

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