Share via


KinectManipulationInertiaStartingEventArgs.Delta Property

Gets values that indicate the changes in the transformation deltas (translation, rotation, scale) of a manipulation since the last manipulation event.

Syntax

public:
property KinectManipulationDelta Delta {
         KinectManipulationDelta get ();
}
public KinectManipulationDelta Delta { get; }
var delta = kinectManipulationInertiaStartingEventArgs.delta;

Property value

Type: KinectManipulationDelta
The changes in transformation values since the last event.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectManipulationInertiaStartingEventArgs Class
WindowsPreview.Kinect.Input Namespace