Screen.FromRectangle(Rectangle) 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 Screen pour l'affichage qui contient la plus grande partie du rectangle.
public:
static System::Windows::Forms::Screen ^ FromRectangle(System::Drawing::Rectangle rect);
public static System.Windows.Forms.Screen FromRectangle (System.Drawing.Rectangle rect);
static member FromRectangle : System.Drawing.Rectangle -> System.Windows.Forms.Screen
Public Shared Function FromRectangle (rect As Rectangle) As Screen
Paramètres
Retours
Screen pour l'affichage qui contient la plus grande zone du rectangle spécifié. Dans plusieurs environnements d'affichage où aucun affichage ne contient le rectangle, l'affichage le plus proche du rectangle est retourné.