次の方法で共有


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 です。

注釈

方位は方位とも呼ばれます。

適用対象