共用方式為


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 到 90.0,在垂直向右傾斜時介於 0.0 和 -90.0 之間,在垂直向左傾斜時介於 0.0 和 -90.0 之間。 預設值為 0.0。

備註

這個屬性會與 YTilt 搭配使用,以指出從輸入裝置正常距離的傾斜。

適用於