ManipulationDelta(Vector, Double, Vector, Vector) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ManipulationDelta クラスの新しいインスタンスを初期化します。
public:
ManipulationDelta(System::Windows::Vector translation, double rotation, System::Windows::Vector scale, System::Windows::Vector expansion);
public ManipulationDelta (System.Windows.Vector translation, double rotation, System.Windows.Vector scale, System.Windows.Vector expansion);
new System.Windows.Input.ManipulationDelta : System.Windows.Vector * double * System.Windows.Vector * System.Windows.Vector -> System.Windows.Input.ManipulationDelta
Public Sub New (translation As Vector, rotation As Double, scale As Vector, expansion As Vector)
パラメーター
- translation
- Vector
デバイスに依存しない単位での操作の直線運動 (ユニットあたり 1/96 インチ)。
- rotation
- Double
操作の回転 (度単位)。
- scale
- Vector
乗数としての操作によるサイズ変更量。
- expansion
- Vector
操作のサイズがデバイスに依存しない単位 (単位あたり 1/96 インチ) で変更された量。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET