GlyphRun.GetPreviousCaretCharacterHit(CharacterHit) 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.
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.