InputExtensions Class

Defines extensions for the IInputElement interface.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static class InputExtensions
Inheritance
Object    InputExtensions

Methods

GetInputElementsAt(IInputElement, Point) Returns the active input elements at a point on an IInputElement.
GetInputElementsAt(IInputElement, Point, Boolean) Returns the active input elements at a point on an IInputElement.
InputHitTest(IInputElement, Point) Returns the topmost active input element at a point on an IInputElement.
InputHitTest(IInputElement, Point, Boolean) Returns the topmost active input element at a point on an IInputElement.
InputHitTest(IInputElement, Point, FuncVisual, Boolean) Returns the topmost active input element at a point on an IInputElement.
InputHitTest(IInputElement, Point, FuncVisual, Boolean, Boolean) Returns the topmost active input element at a point on an IInputElement.

See Also