Click or drag to resize

CellPaintEventArgs Constructor

Initializes a new instance of the DrawableCellPaintEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public CellPaintEventArgs(
	Graphics graphics,
	RectangleF clipRectangle,
	CellStates cellState,
	Object item
)

Parameters

graphics
Type: Eto.DrawingGraphics
Graphics context for drawing.
clipRectangle
Type: Eto.DrawingRectangleF
Clip rectangle for the cell's region.
cellState
Type: Eto.FormsCellStates
State of the cell.
item
Type: SystemObject
Item from the data store for the row that is being painted.
See Also