ManipulationUpdatedEventArgs.Velocities Eigenschaft

Definition

Ruft Werte ab, die die Geschwindigkeiten der Transformationsdelta (Übersetzung, Drehung, Skalierung) für eine Bearbeitung am ManipulationUpdated-Ereignis angeben.

ManipulationVelocities Velocities();
public ManipulationVelocities Velocities { get; }
var manipulationVelocities = manipulationUpdatedEventArgs.velocities;
Public ReadOnly Property Velocities As ManipulationVelocities

Eigenschaftswert

Die Geschwindigkeiten der akkumulierten Transformationen seit einem ManipulationStarted-Ereignis .

Gilt für:

Weitere Informationen