DataGridView.PaintBackground(Graphics, Rectangle, Rectangle) Metodo

Definizione

Disegna lo sfondo di DataGridView.

protected:
 virtual void PaintBackground(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle clipBounds, System::Drawing::Rectangle gridBounds);
protected virtual void PaintBackground (System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle gridBounds);
override this.PaintBackground : System.Drawing.Graphics * System.Drawing.Rectangle * System.Drawing.Rectangle -> unit
abstract member PaintBackground : System.Drawing.Graphics * System.Drawing.Rectangle * System.Drawing.Rectangle -> unit
override this.PaintBackground : System.Drawing.Graphics * System.Drawing.Rectangle * System.Drawing.Rectangle -> unit
Protected Overridable Sub PaintBackground (graphics As Graphics, clipBounds As Rectangle, gridBounds As Rectangle)

Parametri

graphics
Graphics

Oggetto Graphics usato per disegnare lo sfondo.

clipBounds
Rectangle

Oggetto Rectangle che rappresenta l'area dell'oggetto DataGridView da disegnare.

gridBounds
Rectangle

Oggetto Rectangle che rappresenta l'area in cui verranno disegnate le celle.

Commenti

Il clipBounds parametro rappresenta l'area dell'oggetto DataGridView che deve essere riinteduta. Ad esempio, se un utente copre l'intero DataGridView con un'altra finestra e lo individua, rappresenta clipBounds l'intero DataGridViewoggetto . Se un utente copre una piccola area dell'oggetto DataGridView e la clipBounds individua, rappresenta la piccola area coperta.

Si applica a

Vedi anche