Share via


KinectPointerPointTransform Class

Represents a Kinect pointer point transform.

Syntax

public ref class KinectPointerPointTransform sealed : IKinectPointerPointTransform
public sealed class KinectPointerPointTransform : IKinectPointerPointTransform
var kinectPointerPointTransform = WindowsPreview.Kinect.Input.KinectPointerPointTransform;

Members

KinectPointerPointTransform has the following members.

Properties

Name Description
Inverse Gets the inverse of the transform.

Methods

Name Description
TransformBounds Transforms the specified bounding box and returns an axis-aligned bounding box that is exactly large enough to contain it.
TryTransform Attempts to transform the specified point and returns a value that indicates whether the transformation was successful.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect.Input Namespace