Share via


KinectManipulationCompletedEventArgs.Cumulative Property

Gets values that indicate the accumulated transformation deltas (translation, rotation, scale) of a completed manipulation (from the start of the manipulation to the end of inertia).

Syntax

public:
property KinectManipulationDelta Cumulative {
         KinectManipulationDelta get ();
}
public KinectManipulationDelta Cumulative { get; }
var cumulative = kinectManipulationCompletedEventArgs.cumulative;

Property value

Type: KinectManipulationDelta
The accumulated transformation values since a ManipulationStarted event.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectManipulationCompletedEventArgs Class
WindowsPreview.Kinect.Input Namespace