MonobjcMonobjc Documented Class Library
GetFirstUnlaidCharacterIndexGlyphIndex Method (charIndex, glyphIndex)
NamespacesMonobjc.AppKitNSLayoutManagerGetFirstUnlaidCharacterIndexGlyphIndex(NSUInteger%, NSUInteger%)

Returns the indexes for the first character and glyph that have invalid layout information.

Original signature is '- (void)getFirstUnlaidCharacterIndex:(NSUInteger *)charIndex glyphIndex:(NSUInteger *)glyphIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void GetFirstUnlaidCharacterIndexGlyphIndex(
	out NSUInteger charIndex,
	out NSUInteger glyphIndex
)
Public Overridable Sub GetFirstUnlaidCharacterIndexGlyphIndex ( _
	<OutAttribute> ByRef charIndex As NSUInteger, _
	<OutAttribute> ByRef glyphIndex As NSUInteger _
)
public:
virtual void GetFirstUnlaidCharacterIndexGlyphIndex(
	[OutAttribute] NSUInteger% charIndex, 
	[OutAttribute] NSUInteger% glyphIndex
)
Parameters
charIndex (NSUInteger%)
On return, if not NULL, the index of the first character that has invalid layout information
glyphIndex (NSUInteger%)
On return, if not NULL, the index of the first glyph that has invalid layout information.
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)