DrawableCellPaintEventArgs Constructor |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public DrawableCellPaintEventArgs(
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 -> DrawableCellPaintEventArgs
Parameters
- graphics
- Type: Eto.DrawingGraphics
Graphics. - clipRectangle
- Type: Eto.DrawingRectangleF
Clip rectangle. - cellState
- Type: Eto.FormsCellStates
Cell state. - item
- Type: SystemObject
Item.
See Also