GlyphRunGetNextCaretCharacterHit Method
Retrieves the next valid caret character hit in the logical direction in the
GlyphRun.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public CharacterHit GetNextCaretCharacterHit(
CharacterHit characterHit
)
Public Function GetNextCaretCharacterHit (
characterHit As CharacterHit
) As CharacterHit
member GetNextCaretCharacterHit :
characterHit : CharacterHit -> CharacterHit
- characterHit CharacterHit
- The CharacterHit to use for computing the next hit value.
CharacterHit
A
CharacterHit that represents the next valid caret character hit in the logical direction.
If the return value is equal to
characterHit, no further navigation is possible in the
GlyphRun.