Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 694 Bytes

generaltransform_trytransform_509328310.md

File metadata and controls

29 lines (20 loc) · 694 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Media.GeneralTransform.TryTransform(Windows.Foundation.Point,Windows.Foundation.Point@)
winrt method

Microsoft.UI.Xaml.Media.GeneralTransform.TryTransform

-description

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

-parameters

-param inPoint

The point to transform.

-param outPoint

The result of transforming inPoint.

-returns

true if inPoint was transformed; otherwise, false.

-remarks

-examples

-see-also