GeneralTransform.Transform(Point) Méthode

Définition

Transforme le point spécifié et retourne le résultat.

public:
 System::Windows::Point Transform(System::Windows::Point point);
public System.Windows.Point Transform (System.Windows.Point point);
member this.Transform : System.Windows.Point -> System.Windows.Point
Public Function Transform (point As Point) As Point

Paramètres

point
Point

Point à transformer.

Retours

Résultat de la transformation de point.

Exceptions

La transformation a échoué.

S’applique à