Share via


KinectPointerPointProperties.IsInRange Property

Gets a value that indicates whether the pointer point is in range.

Syntax

public:
property bool IsInRange {
         bool get ();
}
public bool IsInRange { get; }
var isInRange = kinectPointerPointProperties.isInRange;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: bool
Type: bool
Type: Boolean

 

A value that indicates whether the pointer point is in range.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPointerPointProperties Class
WindowsPreview.Kinect.Input Namespace