NSLayoutManager.GetFirstUnlaidCharacterIndex(UIntPtr, UIntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.