GeneralTransform2DTo3D::TryTransform Method (Point, Point3D%)
.NET Framework (current version)
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.Media.Media3D::Point3D%
The result of transforming inPoint.
Unlike the Transform method, this method does not throw an exception if the transformation is unsuccessful.
TryTransform is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 3.0
Available since 3.0
Show: