PointerPoint Structure
Provides basic properties for the input pointer associated with a single mouse, pen/stylus, or touch contact.
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
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
- IEquatablePointerPoint
| 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.
|