Class DataCellDrawEventArgs
Namespace: FastReport.Olap.Controls
Assembly: FastCube.Mono.dll
Event arguments for data cell draw event.
public class DataCellDrawEventArgs : EventArgs
Inheritance
object ← EventArgs ← DataCellDrawEventArgs
Constructors
DataCellDrawEventArgs(Graphics, Rectangle, MeasureCell, CellState)
Creates a new instance.
public DataCellDrawEventArgs(Graphics g, Rectangle r, MeasureCell cell, CellState cs)
Parameters
g
Graphics
cell
MeasureCell
cs
CellState
Properties
Cell
Gets the cell.
public MeasureCell Cell { get; }
Property Value
CellState
Gets the cell state.
public CellState CellState { get; }
Property Value
Graphics
Gets the graphics.
public Graphics Graphics { get; }
Property Value
Rectangle
Gets the rectanble.
public Rectangle Rectangle { get; }