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