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.

C# | Visual Basic | Visual 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 )

- c (IntPtr)
- MISSING
- x (CGFloat)
- MISSING
- y (CGFloat)
- MISSING
- glyphs (IntPtr)
- MISSING
- count (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)