ManipulationDelta(Vector, Double, Vector, Vector) Konstruktor

Definition

Initialisiert eine neue Instanz der ManipulationDelta-Klasse.

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)

Parameter

translation
Vector

Die lineare Bewegung der Manipulation in geräteunabhängigen Einheiten (1/96 Zoll pro Einheit).

rotation
Double

Die Manipulationsdrehung in Grad.

scale
Vector

Der Betrag, um den die Größe geändert wurde, als Multiplikator.

expansion
Vector

Der Betrag, den die Bearbeitung in geräteunabhängigen Einheiten (1/96 Zoll pro Einheit) geändert hat.

Gilt für: