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)
- C#
- VB
- F#
public struct PointerPoint : IEquatable<PointerPoint>
Public Structure PointerPoint
Implements IEquatable(Of PointerPoint)
[<SealedAttribute>]
type PointerPoint =
struct
inherit ValueType
interface IEquatable<PointerPoint>
end
Inheritance | Object → ValueType → PointerPoint |
Implements | IEquatable(PointerPoint) |
Constructors
PointerPoint(IPointer, Point, PointerPointProperties) | Initializes a new instance of the PointerPoint class |
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
GetType() | Gets the Type of the current instance. (Inherited from Object) |