TableLayoutCellPaintEventArgs Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

g
Graphics

Objeto Graphics utilizado para dibujar el elemento.

clipRectangle
Rectangle

Objeto Rectangle que representa el rectángulo en el que se va a dibujar.

cellBounds
Rectangle

Límites de la celda.

column
Int32

Columna de la celda.

row
Int32

Fila de la celda.

Se aplica a

Consulte también