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 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