GeneralTransform2DTo3D.TryTransform Method
Attempts to transform the specified point and returns a value that indicates whether the transformation was successful.
Namespace: System.Windows.Media.Media3D
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.