TableLayoutCellPaintEventArgs Constructor (Graphics^, Rectangle, Rectangle, Int32, Int32)
.NET Framework (current version)
Initializes a new instance of the TableLayoutCellPaintEventArgs class.
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
Available since 2.0
Show: