InputExtensions Class
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static class InputExtensions
<ExtensionAttribute>
Public NotInheritable Class InputExtensions
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type InputExtensions = class end
- Inheritance
- Object InputExtensions
| 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.
|