KinectPointerPoint.PointerId Property

Gets a unique identifier for the input pointer.

Syntax

public:
property uint32 PointerId {
         uint32 get ();
}
public uint PointerId { get; }
var pointerId = kinectPointerPoint.pointerId;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: uint32
Type: uint
Type: Number

 

A unique value that identifies the input pointer.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPointerPoint Class
WindowsPreview.Kinect.Input Namespace