GeneralTransform.Transform Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Transforms the specified point and returns the result.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- point
- Type: System.Windows.Point
The point to transform.
| Exception | Condition |
|---|---|
| InvalidOperationException | The transform did not succeed. |
Show: