GlyphRun.GetPreviousCaretCharacterHit(CharacterHit) Method

Definition

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

public:
 System::Windows::Media::TextFormatting::CharacterHit GetPreviousCaretCharacterHit(System::Windows::Media::TextFormatting::CharacterHit characterHit);
public System.Windows.Media.TextFormatting.CharacterHit GetPreviousCaretCharacterHit (System.Windows.Media.TextFormatting.CharacterHit characterHit);
member this.GetPreviousCaretCharacterHit : System.Windows.Media.TextFormatting.CharacterHit -> System.Windows.Media.TextFormatting.CharacterHit
Public Function GetPreviousCaretCharacterHit (characterHit As CharacterHit) As CharacterHit

Parameters

characterHit
CharacterHit

The CharacterHit to use for computing the previous hit value.

Returns

A CharacterHit that represents the previous valid caret character hit in the logical direction. If the return value is equal to characterHit, no further navigation is possible in the GlyphRun.

Remarks

To retrieve the next valid caret character hit, use GetNextCaretCharacterHit.

Applies to