Share via


KinectManipulationDelta Structure

Represents the accumulated transformations for the current manipulation.

Syntax

public value struct KinectManipulationDelta
public struct KinectManipulationDelta
var kinectManipulationDelta = {
      expansion : /* Your value */, 
      rotation : /* Your value */, 
      scale : /* Your value */, 
      translation : /* Your value */
}     

Members

KinectManipulationDelta has the following members.

Fields

Name Description
Expansion Manipulation expansion delta. This will always be 0.
Rotation The change in angle of rotation, in degrees. This will always be 0.
Scale The multiplicative change in zoom factor.
Translation The change in x and y screen coordinates, in the core window coordinate space (normalized [0,1]).

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect.Input Namespace