Share via


KinectManipulationStartedEventArgs.Cumulative Property

Gets values that indicate the accumulated transformation deltas (translation, rotation, scale) for a manipulation before the ManipulationInertiaStarting event.

Syntax

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

Property value

Type: KinectManipulationDelta
The accumulated transformation values up to the ManipulationInertiaStarting event.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectManipulationStartedEventArgs Class
WindowsPreview.Kinect.Input Namespace