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.
Retrieves the pointer data for up to the last 64 pointer locations since the last pointer event.
Syntax
public:
IVector<KinectPointerPoint>^ GetIntermediatePoints()
public IList<KinectPointerPoint>GetIntermediatePoints ()
var iVector = kinectPointerEventArgs.getIntermediatePoints();
Return value
[C++]
[C#]
[JavaScript]
Type: IVector<KinectPointerPoint>
Type: IList<KinectPointerPoint>
Type: IVector<KinectPointerPoint>
The data for each pointer.
Requirements
Namespace: WindowsPreview.Kinect.Input
Metadata: windowspreview.kinect.winmd
See also
Reference
KinectPointerEventArgs Class
WindowsPreview.Kinect.Input Namespace