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 英吋) 。