IPointerPointTransform.TryTransform Method

Attempts to perform the transformation on the specified input point.

Syntax

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

Parameters

inPoint
Type: Point 

The original input point.

outPoint
Type: Point 

The transformed input point.

Return value

Type: bool 

  True if inPoint was transformed successfully; otherwise, false.

Remarks

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

IPointerPointTransform Interface

IPointerPointTransform Members

Windows.UI.Input Namespace