Summary
Gets the visual at a point in the scene.
- Namespace
- Avalonia
.Rendering .SceneGraph - Containing Type
- Scene
Syntax
public IVisual HitTestFirst(Point p, IVisual root, Func<IVisual, bool> filter)
Parameters
Return Value
Type | Description |
---|---|
IVisual | The visual at the specified point. |