Compartilhar via


TableLayoutCellPaintEventArgs Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

g
Graphics

O Graphics usado para pintar o item.

clipRectangle
Rectangle

O Rectangle que representa o retângulo a ser pintado.

cellBounds
Rectangle

Os limites da célula.

column
Int32

A coluna da célula.

row
Int32

A linha da célula.

Aplica-se a

Confira também