GeneralTransform2DTo3D::TryTransform Method (Point, Point3D%)

 

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)

public:
bool TryTransform(
	Point inPoint,
	[OutAttribute] Point3D% result
)

Parameters

inPoint
Type: System.Windows::Point

The point to transform.

result
Type: System.Windows.Media.Media3D::Point3D%

The result of transforming inPoint.

Return Value

Type: System::Boolean

true if inPoint was transformed; otherwise, false.

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
Return to top
Show: