TableLayoutPanel.ScaleControl(SizeF, BoundsSpecified) 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.
Met à l’échelle l’emplacement, la taille, le remplissage et la marge d’un contrôle.
protected:
override void ScaleControl(System::Drawing::SizeF factor, System::Windows::Forms::BoundsSpecified specified);
protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified);
override this.ScaleControl : System.Drawing.SizeF * System.Windows.Forms.BoundsSpecified -> unit
Protected Overrides Sub ScaleControl (factor As SizeF, specified As BoundsSpecified)
Paramètres
- factor
- SizeF
Hauteur et largeur des limites du contrôle.
- specified
- BoundsSpecified
L’une des valeurs de BoundsSpecified ce qui spécifie les limites du contrôle à utiliser lors de la définition de sa taille et de sa position.