Share via


HitTestResult Class

Stores the first PressableModel object and all ManipulatableModel objects associated with a hit test.

Syntax

public ref class HitTestResult sealed
public sealed class HitTestResult
var hitTestResult = Microsoft.Kinect.Toolkit.Input.HitTestResult;

Members

HitTestResult has the following members.

Constructors

Name Description
HitTestResult Initializes a new instance of the HitTestResult class.

Properties

Name Description
Empty Gets an empty instance of the HitTestResult class.
FirstKinectAwareElement Gets or sets the first PressableModel object associated with a hit test.
ManipulationAwareElements Gets or sets the list of ManipulatableModel objects associated with a hit test.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

Microsoft.Kinect.Toolkit.Input Namespace