ManipulationDelta Constructor (Vector, Double, Vector, Vector)
.NET Framework (current version)
Initializes a new instance of the ManipulationDelta class.
Assembly: PresentationCore (in PresentationCore.dll)
public: ManipulationDelta( Vector translation, double rotation, Vector scale, Vector expansion )
Parameters
- translation
-
Type:
System.Windows::Vector
The linear motion of the manipulation in device-independent units (1/96th inch per unit).
- rotation
-
Type:
System::Double
The rotation of the manipulation in degrees.
- scale
-
Type:
System.Windows::Vector
The amount the manipulation has resized as a multiplier.
- expansion
-
Type:
System.Windows::Vector
The amount the manipulation has resized in device-independent units (1/96th inch per unit).
.NET Framework
Available since 4.0
Available since 4.0
Show: