ClassHeatMapCellPaintedEventArgs
Class
Event arguments used in the CellPainted event.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class HeatMapCellPaintedEventArgs : HeatMapCellIndexEventArgs
Inheritance: objectEventArgsHeatMapCellIndexEventArgsHeatMapCellPaintedEventArgs
Inherited Members
Constructors
HeatMapCellPaintedEventArgs(CellIndex, Graphics, RectangleF)
Event arguments used in the CellPainted event.
Declaration
cs-api-definition
public HeatMapCellPaintedEventArgs(CellIndex cellIndex, Graphics graphics, RectangleF bounds)
Parameters
cellIndex
The cell index.
graphics
The graphics object.
bounds
The cell bounds.
Properties
Bounds
Gets the bounds of the cell.