Skip to main content

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)

public struct PointerPoint : IEquatable<PointerPoint>
View Source
InheritanceObjectValueType → PointerPoint
ImplementsIEquatable(PointerPoint)

Constructors

PointerPoint(IPointer, Point, PointerPointProperties)Initializes a new instance of the PointerPoint class

Properties

PointerGets specific pointer generated by input device.
PositionGets the location of the pointer input in client coordinates.
PropertiesGets extended information about the input pointer.

Methods

GetType()Gets the Type of the current instance.
(Inherited from Object)

See Also

Reference

Avalonia.Input Namespace