GeneralTransform::TryTransform Method (Point, Point%)
.NET Framework (current version)
When overridden in a derived class, attempts to transform the specified point and returns a value that indicates whether the transformation was successful.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- inPoint
-
Type:
System.Windows::Point
The point to transform.
- result
-
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.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: