Summary
Hit tests a point in the text.
- Namespace
- Avalonia
.Media - Containing Type
- FormattedText
Syntax
public TextHitTestResult HitTestPoint(Point point)
Parameters
Name | Type | Description |
---|---|---|
point | Point | The point. |
Return Value
Type | Description |
---|---|
TextHitTestResult |
A TextHitTestResult describing the result of the hit test.
|