PointerPoint Structure

Provides basic properties for the input pointer associated with a single mouse, pen/stylus, or touch contact.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public struct PointerPoint : IEquatable<PointerPoint>
Inheritance
Object    ValueType    PointerPoint
Implements
IEquatablePointerPoint

Properties

Pointer Gets specific pointer generated by input device.
Position Gets the location of the pointer input in client coordinates.
Properties Gets extended information about the input pointer.

Methods

GetTypeGets the Type of the current instance.
(Inherited from Object)

See Also