Summary
Enumerates the visuals in the visual tree whose bounds contain a point.
- Namespace
- Avalonia
.VisualTree - Containing Type
- VisualExtensions
Syntax
public static IEnumerable<IVisual> GetVisualsAt(this IVisual visual, Point p, Func<IVisual, bool> filter)
Parameters
Return Value
Type | Description |
---|---|
IEnumerable |
The visuals at the requested point. |