Class HeatMapCellPaintedEventArgs
Event arguments used in the CellPainted event.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class HeatMapCellPaintedEventArgs : HeatMapCellIndexEventArgs
Constructors
HeatMapCellPaintedEventArgs(CellIndex, Graphics, RectangleF)
Event arguments used in the CellPainted event.
Declaration
public HeatMapCellPaintedEventArgs(CellIndex cellIndex, Graphics graphics, RectangleF bounds)
Parameters
CellIndex
cellIndex
The cell index. |
System.Drawing.Graphics
graphics
The graphics object. |
System.Drawing.RectangleF
bounds
The cell bounds. |
Properties
Bounds
Gets the bounds of the cell.
Declaration
public RectangleF Bounds { get; }
Property Value
System.Drawing.RectangleF
|
Graphics
Gets the System.Drawing.Graphics object.
Declaration
public Graphics Graphics { get; }
Property Value
System.Drawing.Graphics
|