MonobjcMonobjc Documented Class Library
LocationForGlyphAtIndex Method (glyphIndex)
NamespacesMonobjc.AppKitNSLayoutManagerLocationForGlyphAtIndex(NSUInteger)

Returns the location for the given glyph within its line fragment.

Original signature is '- (NSPoint)locationForGlyphAtIndex:(NSUInteger)glyphIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPoint LocationForGlyphAtIndex(
	NSUInteger glyphIndex
)
Public Overridable Function LocationForGlyphAtIndex ( _
	glyphIndex As NSUInteger _
) As NSPoint
public:
virtual NSPoint LocationForGlyphAtIndex(
	NSUInteger glyphIndex
)
Parameters
glyphIndex (NSUInteger)
The glyph whose location is returned.
Return Value
The location of the given glyph.
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)