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.
Kinect for Windows 1.7, 1.8
Adds an event handler for a hand pointer grip release event.
Syntax
public static void AddHandPointerGripReleaseHandler (
UIElement element,
EventHandler<HandPointerEventArgs> handler
)
Parameters
- element
Type: UIElement
UI element to associate with this event handler. - handler
Type: EventHandler<HandPointerEventArgs>
Hand pointer status.
Requirements
Namespace: Microsoft.Kinect.Toolkit.Controls
Assembly: Microsoft.Kinect.Toolkit.Controls (in microsoft.kinect.toolkit.controls.dll)
See Also
Reference
KinectRegion Class
KinectRegion Members
Microsoft.Kinect.Toolkit.Controls Namespace