Event arguments used in the CellPainted event.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class HeatMapCellPaintedEventArgs : HeatMapCellIndexEventArgs
Inheritance: objectEventArgsHeatMapCellIndexEventArgsHeatMapCellPaintedEventArgs
Inherited Members
Constructors
Event arguments used in the CellPainted event.
C#
public HeatMapCellPaintedEventArgs(CellIndex cellIndex, Graphics graphics, RectangleF bounds)
The cell index.
graphicsGraphicsThe graphics object.
boundsRectangleFThe cell bounds.
Properties
Gets the bounds of the cell.
C#
public RectangleF Bounds { get; }