Class DataCellDrawEventArgs
Inheritance
System.Object
System.EventArgs
DataCellDrawEventArgs
Assembly: FastReport.Olap.dll
Syntax
public class DataCellDrawEventArgs : EventArgs
Constructors
DataCellDrawEventArgs(Graphics, Rectangle, MeasureCell, CellState)
Declaration
public DataCellDrawEventArgs(Graphics g, Rectangle r, MeasureCell cell, CellState cs)
Parameters
Type |
Name |
Description |
System.Drawing.Graphics |
g |
|
System.Drawing.Rectangle |
r |
|
MeasureCell |
cell |
|
CellState |
cs |
|
Properties
Cell
Declaration
public MeasureCell Cell { get; }
Property Value
CellState
Declaration
public CellState CellState { get; }
Property Value
Graphics
Declaration
public Graphics Graphics { get; }
Property Value
Type |
Description |
System.Drawing.Graphics |
|
Rectangle
Declaration
public Rectangle Rectangle { get; }
Property Value
Type |
Description |
System.Drawing.Rectangle |
|