Click or drag to resize

DrawableCellPaintEventArgs Constructor

Initializes a new instance of the DrawableCellPaintEventArgs class.

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

Parameters

graphics
Type: Eto.DrawingGraphics
Graphics.
clipRectangle
Type: Eto.DrawingRectangleF
Clip rectangle.
cellState
Type: Eto.FormsCellStates
Cell state.
item
Type: SystemObject
Item.
See Also