ManipulationDelta(Vector, Double, Vector, Vector) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ManipulationDelta class.
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)
Parameters
- translation
- Vector
The linear motion of the manipulation in device-independent units (1/96th inch per unit).
- rotation
- Double
The rotation of the manipulation in degrees.
- scale
- Vector
The amount the manipulation has resized as a multiplier.
- expansion
- Vector
The amount the manipulation has resized in device-independent units (1/96th inch per unit).
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.