Summary
Enumerates the visible 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)
Parameters
Return Value
Type | Description |
---|---|
IEnumerable |
The visuals at the requested point. |