Share via


KinectHoldingEventArgs.Position Property

Gets the ___location of the holding event.

Syntax

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

Property value

Type: Point
The screen coordinates, in device-independent pixels (DIPs).

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectHoldingEventArgs Class
WindowsPreview.Kinect.Input Namespace