Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ___location of the pointer associated with the manipulation for the last PressingStarted event.
Syntax
public:
property Point Position {
Point get ();
}
public Point Position { get; }
var position = kinectPressingStartedEventArgs.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
KinectPressingStartedEventArgs Class
WindowsPreview.Kinect.Input Namespace