Matrix.Transform(Point) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Transforme le point spécifié par la Matrix et renvoie le résultat.
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
Paramètres
- point
- Point
Point à transformer.
Retours
Résultat de la transformation de point
par cette structure Matrix.
Remarques
Ce struct représente la projection .NET du struct Windows Runtime (WinRT). Matrix
Pour plus d’informations, consultez Matrice dans les informations de référence sur l’API UWP.