Share via


KinectGestureRecognizer.BoundingRect Property

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