Visual.PointToScreen(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.
public:
System::Windows::Point PointToScreen(System::Windows::Point point);
public System.Windows.Point PointToScreen (System.Windows.Point point);
member this.PointToScreen : System.Windows.Point -> System.Windows.Point
Public Function PointToScreen (point As Point) As Point
Paramètres
Retours
Valeur Point convertie en coordonnées d'écran.
Remarques
Utilisez la PointFromScreen méthode pour convertir une coordonnée dans l’écran Point en une Point qui représente le système de coordonnées actuel du Visual.