Share via


KinectPointerPointTransform.Inverse Property

Gets the inverse of the transform.

Syntax

public:
property IKinectPointerPointTransform^ Inverse {
         IKinectPointerPointTransform^ get ();
}
public IKinectPointerPointTransformInverse { get; }
var inverse = kinectPointerPointTransform.inverse;

Property value

Type: IKinectPointerPointTransform
Gets the inverse of the transform.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPointerPointTransform Class
WindowsPreview.Kinect.Input Namespace