GeneralTransform.TryTransform Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, attempts to transform the specified point and returns a value that indicates whether the transformation was successful.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public MustOverride Function TryTransform ( _ inPoint As Point, _ <OutAttribute> ByRef outPoint As Point _ ) As Boolean
Parameters
- inPoint
- Type: System.Windows.Point
The point to transform.
- outPoint
- Type:
System.Windows.Point
%
The result of transforming inPoint.
Show: