TableLayoutCellPaintEventArgs Konstruktor

Definice

Inicializuje novou instanci TableLayoutCellPaintEventArgs třídy.

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

Slouží Graphics k malování položky.

clipRectangle
Rectangle

Jedná se Rectangle o obdélník, ve kterém se má malovat.

cellBounds
Rectangle

Hranice buňky.

column
Int32

Sloupec buňky.

row
Int32

Řádek buňky.

Platí pro

Viz také