Bahasa

TableLayoutCellPaintEventArgs Konstruktor

Definisi

Menginisialisasi instans baru dari kelas 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)

Parameter

g
Graphics

Yang Graphics digunakan untuk melukis item.

clipRectangle
Rectangle

Rectangle yang mewakili persegi panjang untuk dicat.

cellBounds
Rectangle

Batas sel.

column
Int32

Kolom sel.

row
Int32

Baris sel.

Berlaku untuk

Lihat juga