ManipulationDelta(Vector, Double, Vector, Vector) Constructor

Definition

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