ActivityDesigner.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.
Transforme un point du système de coordonnées de concepteur d'activités au système de coordonnées d'écran.
protected:
System::Drawing::Point PointToScreen(System::Drawing::Point point);
protected System.Drawing.Point PointToScreen (System.Drawing.Point point);
member this.PointToScreen : System.Drawing.Point -> System.Drawing.Point
Protected Function PointToScreen (point As Point) As Point
Paramètres
Retours
Point qui contient les coordonnées x et y transformées.