Share via


PointerPointProperties.Twist プロパティ

定義

独自の長軸 (ユーザーが指でペンを回転させる場合など) を中心に、ペン デバイスの時計回りの回転角度を取得します。

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

プロパティ値

Single

float

回転角度が 0.0 ~ 359.0 の値。 既定値は 0.0 です。

適用対象