Share via


IKinectPointerPointTransform.TryTransform Method

Attempts to transform the specified point and returns a value that indicates whether the transformation was successful.

Syntax

public:
bool TryTransform(
         Point inPoint,
         out Point outPoint
)
public bool TryTransform (
         Point inPoint,
         out Point outPoint
)

Parameters

  • inPoint
    Type: Point
    The point to transform.
  • outPoint
    Type: Point
    The result of transforming input point.

Return value

[C++] 
[C#] 

Type: bool
Type: bool

 

True if inPoint was transformed; otherwise, false.

Remarks

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

IKinectPointerPointTransform Interface
WindowsPreview.Kinect.Input Namespace