New to Telerik UI for WinFormsStart a free 30-day trial

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 HeatMapCellIndexEventArgs.IndexHeatMapCellIndexEventArgs.RowIndexHeatMapCellIndexEventArgs.ColumnIndexEventArgs.Empty

Constructors

Event arguments used in the CellPainted event.

C#
public HeatMapCellPaintedEventArgs(CellIndex cellIndex, Graphics graphics, RectangleF bounds)
Parameters:cellIndexCellIndex

The cell index.

graphicsGraphics

The graphics object.

boundsRectangleF

The cell bounds.

Properties

Gets the bounds of the cell.

C#
public RectangleF Bounds { get; }

Gets the Graphics object.

C#
public Graphics Graphics { get; }