TableLayoutCellPaintEventArgs Oluşturucu

Tanım

TableLayoutCellPaintEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

g
Graphics

Öğeyi Graphics boyamak için kullanılan.

clipRectangle
Rectangle

Boyanacak Rectangle dikdörtgeni temsil eden.

cellBounds
Rectangle

Hücrenin sınırları.

column
Int32

Hücrenin sütunu.

row
Int32

Hücrenin satırı.

Şunlara uygulanır

Ayrıca bkz.