Summary
Defines extensions for the
IInputElement
interface.
- Namespace
- Avalonia
.Input - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["InputExtensions"]
class Type type-node
Syntax
public static class InputExtensions
Methods
Name | Value | Summary |
---|---|---|
GetInputElementsAt |
IEnumerable |
Returns the active input elements at a point on an
IInputElement .
static
|
InputHitTest |
IInputElement? |
Returns the topmost active input element at a point on an
IInputElement .
static
|
InputHitTest |
IInputElement? |
Returns the topmost active input element at a point on an
IInputElement .
static
|