TableLayoutCellPaintEventArgs Construtor

Definição

Inicializa uma nova instância da TableLayoutCellPaintEventArgs classe.

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

Foram Graphics usados para pintar o objeto.

clipRectangle
Rectangle

O Rectangle que representa o retângulo onde se deve pintar.

cellBounds
Rectangle

Os limites da cela.

column
Int32

A coluna da célula.

row
Int32

A fila da cela.

Aplica-se a

Ver também