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
Returns true if the hand pointer is currently over the given Kinect control. The hand pointer being over a given Kinect control does NOT mean that the hand pointer has been captured by that control.
Syntax
public bool GetIsOver (
UIElement element
)
Parameters
- element
Type: UIElement
The Kinect control to examine.
Return Value
Type: Boolean
true if the hand pointer is currently over the given Kinect control; false otherwise.
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