RawPointerPoint Structure
Namespace: Avalonia.Input.RawAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[PrivateApiAttribute]
public struct RawPointerPoint : IEquatable<RawPointerPoint>
<PrivateApiAttribute>
Public Structure RawPointerPoint
Implements IEquatable(Of RawPointerPoint)
[<SealedAttribute>]
[<PrivateApiAttribute>]
type RawPointerPoint =
struct
inherit ValueType
interface IEquatable<RawPointerPoint>
end
- Inheritance
- Object ValueType RawPointerPoint
- Implements
- IEquatableRawPointerPoint
| 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).
|