NSLayoutManager.GetFirstUnlaidCharacterIndex(nuint, nuint) 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:")]
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.