TableLayoutCellPaintEventArgs Constructor

Definition

Initializes a new instance of the TableLayoutCellPaintEventArgs class.

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)

Parameters

g
Graphics

The Graphics used to paint the item.

clipRectangle
Rectangle

The Rectangle that represents the rectangle in which to paint.

cellBounds
Rectangle

The bounds of the cell.

column
Int32

The column of the cell.

row
Int32

The row of the cell.

Applies to

See also