RawPointerPoint Structure

Definition

Namespace: Avalonia.Input.Raw
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[PrivateApiAttribute]
public struct RawPointerPoint : IEquatable<RawPointerPoint>
Inheritance
Object    ValueType    RawPointerPoint
Implements
IEquatableRawPointerPoint

Properties

ContactRect Gets the bounding rectangle of the contact area (typically from touch input).
Position Pointer position, in client DIPs.
Pressure Gets a value that indicates the force that the pointer device (typically a pen/stylus) exerts on the surface of the digitizer.
Twist Gets the clockwise rotation in degrees of a pen device around its own major axis (such as when the user spins the pen in their fingers).
XTilt Gets the plane angle between the Y-Z plane and the plane that contains the Y axis and the axis of the input device (typically a pen/stylus).
YTilt Gets the plane angle between the X-Z plane and the plane that contains the X axis and the axis of the input device (typically a pen/stylus).

Methods

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

See Also