Share via


KinectPointerPointProperties Class

Provides extended properties for a KinectPointerPoint object.

Syntax

public ref class KinectPointerPointProperties sealed
public sealed class KinectPointerPointProperties
var kinectPointerPointProperties = WindowsPreview.Kinect.Input.KinectPointerPointProperties;

Members

KinectPointerPointProperties has the following members.

Properties

Name Description
BodyTimeCounter Gets a time stamp to associate the pointer with a BodyFrame Class object.
BodyTrackingId Gets a unique identifier that associates the pointer with a Body Class oject.
HandReachExtent Gets a value indicating the distance along the Z axis of the hand from the shoulder.
HandRotation Gets the rotation of the hand associated with the pointer point.
HandType Gets a value indicating whether the hand that is associated with the pointer is a identified as a user's right hand, left hand, or neither.
IsEngaged Gets a value that indicates whether the pointer point is engaged.
IsInRange Gets a value that indicates whether the pointer point is in range.
IsPrimary Gets a value that indicates whether the pointer is being tracked as the primary engaged user.
PressExtent Gets a normalized Z value for a pressing gesture.
UnclampedPosition Gets the unclamped position of the pointer point.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect.Input Namespace