Share via


CursorModel.Position Property

Gets the current position of the cursor.

Syntax

public:
property Point Position {
         Point get ();
}
public Point Position { get; }
var position = cursorModel.position;

Property value

Type: Point
The current position of the cursor.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

CursorModel Class
Microsoft.Kinect.Toolkit.Input Namespace