次の方法で共有


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

注釈

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

適用対象