KinectPressingUpdatedEventArgs.Position Property
Gets the location of the pointer associated with the manipulation for the last PressingUpdated event.
Syntax
public:
property Point Position {
Point get ();
}
public Point Position { get; }
var position = kinectPressingUpdatedEventArgs.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
KinectPressingUpdatedEventArgs Class
WindowsPreview.Kinect.Input Namespace