CellPaintEventArgs Constructor |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public CellPaintEventArgs(
Graphics graphics,
RectangleF clipRectangle,
CellStates cellState,
Object item
)
Public Sub New (
graphics As Graphics,
clipRectangle As RectangleF,
cellState As CellStates,
item As Object
)
new :
graphics : Graphics *
clipRectangle : RectangleF *
cellState : CellStates *
item : Object -> CellPaintEventArgs
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