Share via


PointerPointProperties.YTilt 屬性

定義

取得 X-Z 平面與包含 X 軸和輸入裝置座標軸的平面角度, (通常是手寫筆/手寫筆) 。

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

屬性值

Single

float

當手指或手寫筆垂直于數位板表面時,此值為 0.0,在向使用者傾斜時介於 0.0 到 90.0 之間,而從使用者傾斜時介於 0.0 到 -90.0 之間。 預設值為 0.0。

備註

這個屬性會與 XTilt 搭配使用,以表示偏離輸入裝置的一般傾斜。

適用於