Share via


HandPointer.Capture Method

Kinect for Windows 1.7, 1.8

Reports whether a given UI element (such as a Kinect tile) has been associated with (has captured) the hand pointer.

Syntax

public bool Capture (
         UIElement element
)

Parameters

  • element
    Type: UIElement
    The UI element to test for capture.

Return Value

Type: Boolean
Returns true if the given element has captured the hand pointer.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Controls

Assembly: Microsoft.Kinect.Toolkit.Controls (in microsoft.kinect.toolkit.controls.dll)

See Also

Reference

HandPointer Class
HandPointer Members
Microsoft.Kinect.Toolkit.Controls Namespace