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)
Syntax
Public MustOverride Function TryTransform ( _
inPoint As Point, _
<OutAttribute> ByRef outPoint As Point _
) As Boolean
public abstract bool TryTransform(
Point inPoint,
out Point outPoint
)
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.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone