Share via


IKinectPointerPointTransform.Inverse Property

Gets the inverse transformation of this IKinectPointerPointTransform, if possible.

Syntax

public:
property IKinectPointerPointTransform^ Inverse {
         IKinectPointerPointTransform^ get ();
}
public IKinectPointerPointTransformInverse { get; }

Property value

Type: IKinectPointerPointTransform
An inverse of this instance, if possible; otherwise null.

Remarks

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

IKinectPointerPointTransform Interface
WindowsPreview.Kinect.Input Namespace