Share via


NSLayoutManager.GetFirstUnlaidCharacterIndex(UIntPtr, UIntPtr) Method

Definition

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

[Foundation.Export("getFirstUnlaidCharacterIndex:glyphIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void GetFirstUnlaidCharacterIndex(out UIntPtr characterIndex, out UIntPtr glyphIndex);
[<Foundation.Export("getFirstUnlaidCharacterIndex:glyphIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetFirstUnlaidCharacterIndex : unativeint * unativeint -> unit
override this.GetFirstUnlaidCharacterIndex : unativeint * unativeint -> unit

Parameters

characterIndex
UIntPtr

unativeint

glyphIndex
UIntPtr

unativeint

Attributes

Remarks

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

Applies to