Form.ScaleCore(Single, Single) Méthode

Définition

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.

S’applique à

Voir aussi