Transform.TryTransform Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Attempts to transform the specified point and returns a value that indicates whether the transformation was successful.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- inPoint
- Type: System.Windows.Point
The point to transform.
- outPoint
- Type:
System.Windows.Point
%
The result of transforming inPoint.
Unlike the Transform method, this method does not throw an exception if the transformation is unsuccessful.
Show: