PictureBox.OnPaint(PaintEventArgs) 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.
Déclenche l’événement Paint.
protected:
override void OnPaint(System::Windows::Forms::PaintEventArgs ^ pe);
protected override void OnPaint(System.Windows.Forms.PaintEventArgs pe);
override this.OnPaint : System.Windows.Forms.PaintEventArgs -> unit
Protected Overrides Sub OnPaint (pe As PaintEventArgs)
Paramètres
PaintEventArgs qui contient les données d’événement.