TableLayoutCellPaintEventArgs Costruttore

Definizione

Inizializza una nuova istanza della classe TableLayoutCellPaintEventArgs.

public:
 TableLayoutCellPaintEventArgs(System::Drawing::Graphics ^ g, System::Drawing::Rectangle clipRectangle, System::Drawing::Rectangle cellBounds, int column, int row);
public TableLayoutCellPaintEventArgs (System.Drawing.Graphics g, System.Drawing.Rectangle clipRectangle, System.Drawing.Rectangle cellBounds, int column, int row);
new System.Windows.Forms.TableLayoutCellPaintEventArgs : System.Drawing.Graphics * System.Drawing.Rectangle * System.Drawing.Rectangle * int * int -> System.Windows.Forms.TableLayoutCellPaintEventArgs
Public Sub New (g As Graphics, clipRectangle As Rectangle, cellBounds As Rectangle, column As Integer, row As Integer)

Parametri

g
Graphics

Oggetto Graphics utilizzato per disegnare l'elemento.

clipRectangle
Rectangle

Oggetto Rectangle che rappresenta il rettangolo in cui disegnare.

cellBounds
Rectangle

Limiti della cella.

column
Int32

Colonna della cella.

row
Int32

Riga della cella.

Si applica a

Vedi anche