Share via


CursorModel.PointerId Property

Gets the identifier of the KinectPointerPoint Class associated with the cursor.

Syntax

public:
property int32 PointerId {
         int32 get ();
}
public int PointerId { get; }
var pointerId = cursorModel.pointerId;

Property value

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

Type: int32
Type: int
Type: Number

 

The identifier of the KinectPointerPoint Class associated with the cursor.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

CursorModel Class
Microsoft.Kinect.Toolkit.Input Namespace