Share via


KinectPointerPointTransform.TransformBounds Method

Transforms the specified bounding box and returns an axis-aligned bounding box that is exactly large enough to contain it.

Syntax

public:
Rect TransformBounds(
         Rect rect
)
public Rect TransformBounds (
         Rect rect
)
var rect = kinectPointerPointTransform.transformBounds(rect);

Parameters

  • rect
    Type: Rect
    The bounding box to transform.

Return value

Type: Rect
The smallest axis-aligned bounding box possible that contains the transformed rect.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPointerPointTransform Class
WindowsPreview.Kinect.Input Namespace