Summary
Hit tests a point in the text.
- Namespace
- Avalonia
.Platform - Containing Type
- IFormattedTextImpl
Syntax
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.
|