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.
Gets the bounds of a tappable gesture recognizer.
Syntax
public:
property Rect BoundingRect {
Rect get ();
void set (Rect value);
}
public Rect BoundingRect { get; set; }
var boundingRect = kinectGestureRecognizer.boundingRect;
kinectGestureRecognizer.boundingRect = boundingRect;
Property value
Type: Rect
The bounds of a tappable gesture recognizer.
Requirements
Namespace: WindowsPreview.Kinect.Input
Metadata: windowspreview.kinect.winmd
See also
Reference
KinectGestureRecognizer Class
WindowsPreview.Kinect.Input Namespace