Share via


IKinectPointerPointTransform.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
)

Parameters

  • rect
    Type: Rect
    The input bounding box.

Return value

Type: Rect
The transformed bounding box.

Remarks

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

IKinectPointerPointTransform Interface
WindowsPreview.Kinect.Input Namespace