TableLayoutCellPaintEventArgs Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

g
Graphics

Element Graphics używany do malowania elementu.

clipRectangle
Rectangle

Reprezentuje Rectangle prostokąt, w którym ma być malowane.

cellBounds
Rectangle

Granice komórki.

column
Int32

Kolumna komórki.

row
Int32

Wiersz komórki.

Dotyczy

Zobacz też