PointerPointProperties.Twist 属性

定义

获取笔设备绕其主轴的顺时针旋转度 (,例如当用户用手指旋转笔) 时。

public:
 property float Twist { float get(); };
float Twist();
public float Twist { get; }
var single = pointerPointProperties.twist;
Public ReadOnly Property Twist As Single

属性值

Single

float

旋转度为 0.0 到 359.0 之间的值。 默认值为 0.0。

适用于