Class
HeatMapCellPaintedEventArgs

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

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

CellIndex

The cell index.

graphics

Graphics

The graphics object.

bounds

RectangleF

The cell bounds.

Properties

Bounds

Gets the bounds of the cell.

Declaration

cs-api-definition
public RectangleF Bounds { get; }

Property Value

RectangleF

Graphics

Gets the Graphics object.

Declaration

cs-api-definition
public Graphics Graphics { get; }

Property Value

Graphics