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