Share via


KinectPointerPoint.PointerDevice Property

Gets the pointer device associated with the pointer point.

Syntax

public:
property KinectPointerDevice^ PointerDevice {
         KinectPointerDevice^ get ();
}
public KinectPointerDevicePointerDevice { get; }
var pointerDevice = kinectPointerPoint.pointerDevice;

Property value

Type: KinectPointerDevice
The pointer device associated with the pointer point.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPointerPoint Class
WindowsPreview.Kinect.Input Namespace