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 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