PointerPointProperties.XTilt 属性

定义

获取 Y-Z 平面与包含 Y 轴和输入设备轴的平面之间的平面角度, (通常为笔/触笔) 。

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

属性值

Single

float

当手指或笔垂直于数字化器表面时,该值为 0.0;垂直向右倾斜时介于 0.0 到 90.0 之间;倾斜到垂直的左侧时介于 0.0 到 -90.0 之间。 默认值为 0.0。

注解

此属性与 YTilt 结合使用,以指示偏离输入设备的正常倾斜。

适用于