Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets values that indicate the accumulated transformation deltas (translation, rotation, scale) for a manipulation from the beginning of the interaction to the ManipulationUpdated event.
Syntax
public:
property KinectManipulationDelta Cumulative {
KinectManipulationDelta get ();
}
public KinectManipulationDelta Cumulative { get; }
var cumulative = kinectManipulationUpdatedEventArgs.cumulative;
Property value
Type: KinectManipulationDelta
The accumulated transformation values up to the ManipulationUpdated event.
Requirements
Namespace: WindowsPreview.Kinect.Input
Metadata: windowspreview.kinect.winmd
See also
Reference
KinectManipulationUpdatedEventArgs Class
WindowsPreview.Kinect.Input Namespace