Matrix.Transform(Point) Méthode

Définition

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.

S’applique à