TryTransform Method
Collapse the table of content
Expand the table of content

GeneralTransform.TryTransform Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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:  System.Windows (in System.Windows.dll)

'Declaration
Public MustOverride Function TryTransform ( _
	inPoint As Point, _
	<OutAttribute> ByRef outPoint As Point _
) As Boolean

Parameters

inPoint
Type: System.Windows.Point
The point to transform.
outPoint
Type: System.Windows.Point %
The result of transforming inPoint.

Return Value

Type: System.Boolean
true if inPoint was transformed; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft