Share via


KinectManipulationUpdatedEventArgs.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 = kinectManipulationUpdatedEventArgs.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

KinectManipulationUpdatedEventArgs Class
WindowsPreview.Kinect.Input Namespace