Share via


KinectPointerPointProperties.UnclampedPosition Property

Gets the unclamped position of the pointer point.

Syntax

public:
property Point UnclampedPosition {
         Point get ();
}
public Point UnclampedPosition { get; }
var unclampedPosition = kinectPointerPointProperties.unclampedPosition;

Property value

Type: Point
The unclamped position of the pointer point.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPointerPointProperties Class
WindowsPreview.Kinect.Input Namespace