Label.GetPreferredSize(Size) 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 la taille d'une zone rectangulaire qui peut contenir un contrôle.
public:
override System::Drawing::Size GetPreferredSize(System::Drawing::Size proposedSize);
public override System.Drawing.Size GetPreferredSize (System.Drawing.Size proposedSize);
override this.GetPreferredSize : System.Drawing.Size -> System.Drawing.Size
Public Overrides Function GetPreferredSize (proposedSize As Size) As Size
Paramètres
- proposedSize
- Size
Zone de taille personnalisée pour un contrôle.
Retours
Paire ordonnée de type Size représentant la largeur et la hauteur d'un rectangle.