Form.ScaleCore(Single, Single) 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.
Exécute une mise à l'échelle du formulaire.
protected:
override void ScaleCore(float x, float y);
protected override void ScaleCore (float x, float y);
override this.ScaleCore : single * single -> unit
Protected Overrides Sub ScaleCore (x As Single, y As Single)
Paramètres
- x
- Single
Pourcentage pour mettre à l’échelle le formulaire horizontalement.
- y
- Single
Pourcentage pour mettre à l’échelle le formulaire verticalement.