Share via


KinectManipulationInertiaStartingEventArgs.Velocities Property

Gets values that indicate the velocities of the transformation deltas (translation, rotation, scale) for a manipulation at the ManipulationInertiaStarting event.

Syntax

public:
property KinectManipulationVelocities Velocities {
         KinectManipulationVelocities get ();
}
public KinectManipulationVelocities Velocities { get; }
var velocities = kinectManipulationInertiaStartingEventArgs.velocities;

Property value

Type: KinectManipulationVelocities
The velocities of the transformations before inertia begins.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectManipulationInertiaStartingEventArgs Class
WindowsPreview.Kinect.Input Namespace