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