Summary
Returns the active input elements at a point on an
IInputElement
.
- Namespace
- Avalonia
.Input - Containing Type
- InputExtensions
Syntax
public static IEnumerable<IInputElement> GetInputElementsAt(this IInputElement element, Point p)
Parameters
Name | Type | Description |
---|---|---|
element | IInputElement | The element to test. |
p | Point | The point on element. |
Return Value
Type | Description |
---|---|
IEnumerable |
The active input elements found at the point, ordered topmost first. |