TableLayoutCellPaintEventArgs Constructor (Graphics^, Rectangle, Rectangle, Int32, Int32)

 

Initializes a new instance of the TableLayoutCellPaintEventArgs class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
TableLayoutCellPaintEventArgs(
	Graphics^ g,
	Rectangle clipRectangle,
	Rectangle cellBounds,
	int column,
	int row
)

Parameters

g
Type: System.Drawing::Graphics^

The Graphics used to paint the item.

clipRectangle
Type: System.Drawing::Rectangle

The Rectangle that represents the rectangle in which to paint.

cellBounds
Type: System.Drawing::Rectangle

The bounds of the cell.

column
Type: System::Int32

The column of the cell.

row
Type: System::Int32

The row of the cell.

.NET Framework
Available since 2.0
Return to top
Show: