NSLayoutManager.GetFirstUnlaidCharacterIndex(nuint, nuint) Method

Definition

The indices of the first character and glyph that are not laid out.

[Foundation.Export("getFirstUnlaidCharacterIndex:glyphIndex:")]
public virtual void GetFirstUnlaidCharacterIndex (ref nuint charIndex, ref nuint glyphIndex);
abstract member GetFirstUnlaidCharacterIndex :  *  -> unit
override this.GetFirstUnlaidCharacterIndex :  *  -> unit

Parameters

charIndex
System.System.UIntPtr System.unativeint
glyphIndex
System.System.UIntPtr System.unativeint
Attributes

Remarks

Application developers should be aware that charIndex and glyphIndex may be null if the text is fully laid out.

Applies to