Summary
Hit tests a location to find the visuals at the specified point.
- Namespace
- Avalonia
.Rendering - Containing Type
- IRenderer
Syntax
IEnumerable<IVisual> HitTest(Point p, IVisual root, Func<IVisual, bool> filter)
Parameters
Return Value
Type | Description |
---|---|
IEnumerable |
The visuals at the specified point, topmost first. |