PointerEventArgs Class

graph BT Type-->Base0["RoutedEventArgs"] click Base0 "/api/Avalonia.Interactivity/RoutedEventArgs" Base0-->Base1["EventArgs"] Base1-->Base2["object"] Type["PointerEventArgs"] class Type type-node Derived0["PointerReleasedEventArgs"]-->Type click Derived0 "/api/Avalonia.Input/PointerReleasedEventArgs" Derived1["PointerWheelEventArgs"]-->Type click Derived1 "/api/Avalonia.Input/PointerWheelEventArgs" Derived2["PointerPressedEventArgs"]-->Type click Derived2 "/api/Avalonia.Input/PointerPressedEventArgs"

Syntax

public class PointerEventArgs : RoutedEventArgs

Constructors

Properties

Methods

Name Value Summary
GetCurrentPoint(IVisual?) PointerPoint
Returns the PointerPoint associated with the current event
GetPointerPoint(IVisual?) PointerPoint
GetPosition(IVisual?) Point