Matrix.Transform(Point) Metodo
Definizione
public:
Windows::Foundation::Point Transform(Windows::Foundation::Point point);
public Windows.Foundation.Point Transform (Windows.Foundation.Point point);
member this.Transform : Windows.Foundation.Point -> Windows.Foundation.Point
Public Function Transform (point As Point) As Point
Parametri
- point
- Point
Il punto da trasformare.The point to transform.
Restituisce
Risultato della trasformazione di point
mediante la struttura Matrix.The result of transforming point
by this Matrix.
Commenti
Questo struct rappresenta la proiezione .NET dello struct Windows Runtime (WinRT) Matrix
.This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix
struct. Per altre informazioni, vedere Matrix nei riferimenti all'API UWP.For more information, see Matrix in the UWP API reference.