PointerPointProperties.Orientation 属性

定义

获取与数字化器) 表面垂直的 z 轴 (指针设备主轴的逆时针旋转角度。 值为 0.0 度表示设备面向数字化器的顶部。

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

属性值

Single

float

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

注解

方向也称为方位角。

适用于