GeneralTransform::TryTransform Method (Point, Point%)

 

When overridden in a derived class, attempts to transform the specified point and returns a value that indicates whether the transformation was successful.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

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

Parameters

inPoint
Type: System.Windows::Point

The point to transform.

result
Type: System.Windows::Point%

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.

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: