Share via


KinectTappedEventArgs.Position Property

Gets the location of the pointer associated with the manipulation for the last manipulation event.

Syntax

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

Property value

Type: Point
The location of the pointer associated with the manipulation for the last manipulation event.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectTappedEventArgs Class
WindowsPreview.Kinect.Input Namespace