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 timestamp of the pointer point.
Syntax
public:
property uint64 Timestamp {
uint64 get ();
}
public ulong Timestamp { get; }
var timestamp = kinectPointerPoint.timestamp;
Property value
[C++]
[C#]
[JavaScript]
Type: uint64
Type: ulong
Type: Number
The timestamp of the pointer point.
Requirements
Namespace: WindowsPreview.Kinect.Input
Metadata: windowspreview.kinect.winmd
See also
Reference
KinectPointerPoint Class
WindowsPreview.Kinect.Input Namespace