InputExtensions Class

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(IInputElement, Point) IEnumerable<IInputElement>
Returns the active input elements at a point on an IInputElement.
static
InputHitTest(IInputElement, Point) IInputElement?
Returns the topmost active input element at a point on an IInputElement.
static
InputHitTest(IInputElement, Point, Func<IVisual, bool>) IInputElement?
Returns the topmost active input element at a point on an IInputElement.
static