MonobjcMonobjc Documented Class Library
GlyphAtIndex Method (glyphIndex)
NamespacesMonobjc.AppKitNSLayoutManagerGlyphAtIndex(NSUInteger)

Returns the glyph at glyphIndex.

Original signature is '- (NSGlyph)glyphAtIndex:(NSUInteger)glyphIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual uint GlyphAtIndex(
	NSUInteger glyphIndex
)
Public Overridable Function GlyphAtIndex ( _
	glyphIndex As NSUInteger _
) As UInteger
public:
virtual unsigned int GlyphAtIndex(
	NSUInteger glyphIndex
)
Parameters
glyphIndex (NSUInteger)
The index of a glyph in the receiver. This value must not exceed the bounds of the receiver’s glyph array.
Return Value
The glyph at glyphIndex.
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)