Task.Resize(Int32, Int32) 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.
Dimensionne la fenêtre de tâche spécifiée. Si la fenêtre est agrandie ou réduite, une erreur se produit.
public:
void Resize(int Width, int Height);
public void Resize (int Width, int Height);
abstract member Resize : int * int -> unit
Public Sub Resize (Width As Integer, Height As Integer)
Paramètres
- Width
- Int32
Argument de type Integer obligatoire. Largeur de la fenêtre, en points.
- Height
- Int32
Argument de type Integer obligatoire. Hauteur de la fenêtre, en points.
Remarques
Note Utilisez la Width propriété ou Height pour définir la largeur et la hauteur de la fenêtre indépendamment.