次の方法で共有


InjectedInputPenInfo.Rotation プロパティ

定義

ポインターの時計回りの回転 (ねじれ) を取得または設定します。

public:
 property double Rotation { double get(); void set(double value); };
double Rotation();

void Rotation(double value);
public double Rotation { get; set; }
var double = injectedInputPenInfo.rotation;
injectedInputPenInfo.rotation = double;
Public Property Rotation As Double

プロパティ値

Double

double

ポインターの時計回りの回転 (ねじれ) を 0 から 359 の範囲に正規化します。 既定値は 0 です。

基本的な入力と入力の挿入を示すダウンロード可能なサンプルをいくつか次に示します。

注釈

重要

この名前空間の API には、inputInjectionBrokered 制限付き機能が必要です。

入力インジェクションを使用するには、Package.appxmanifest に以下を追加する必要があります。

  • 宛先 <Package>
    • xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
    • IgnorableNamespaces="rescap"
  • 宛先 <Capabilities>
    • <rescap:Capability Name="inputInjectionBrokered" />

適用対象

こちらもご覧ください