Skip to main content

GetNextCaretCharacterHit Method

Retrieves the next valid caret character hit in the logical direction in the GlyphRun.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public CharacterHit GetNextCaretCharacterHit(
CharacterHit characterHit
)

Parameters

  CharacterHit
The CharacterHit to use for computing the next hit value.

Return 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.

See Also

Reference

GlyphRun Class
Avalonia.Media Namespace