Screen.FromHandle(IntPtr) 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.
Récupère un Screen pour l'affichage qui contient la plus grande partie de l'objet référencé par le handle spécifié.
public:
static System::Windows::Forms::Screen ^ FromHandle(IntPtr hwnd);
public static System.Windows.Forms.Screen FromHandle (IntPtr hwnd);
static member FromHandle : nativeint -> System.Windows.Forms.Screen
Public Shared Function FromHandle (hwnd As IntPtr) As Screen
Paramètres
Retours
Screen pour l'affichage qui contient la plus grande partie de l'objet. Dans plusieurs environnements d'affichage où aucun affichage ne contient une partie de la fenêtre spécifiée, l'affichage le plus proche de l'objet est retourné.