KinectPointerEventArgs.CurrentPoint Property

Gets the pointer data of the last pointer event.

Syntax

public:
property KinectPointerPoint^ CurrentPoint {
         KinectPointerPoint^ get ();
}
public KinectPointerPointCurrentPoint { get; }
var currentPoint = kinectPointerEventArgs.currentPoint;

Property value

Type: KinectPointerPoint
Information about the state and screen position of the pointer.

Remarks

CurrentPoint corresponds to the last point retrieved by GetIntermediatePoints.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPointerEventArgs Class
WindowsPreview.Kinect.Input Namespace