Class HeatMapCellPaintedEventArgs
Event arguments used in the Cell
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 Cell
Declaration
public HeatMapCellPaintedEventArgs(CellIndex cellIndex, Graphics graphics, RectangleF bounds)
Parameters
Cell The cell index. |
System. The graphics object. |
System. The cell bounds. |
Properties
Bounds
Gets the bounds of the cell.
Declaration
public RectangleF Bounds { get; }
Property Value
System.
|
Graphics
Gets the System.
Declaration
public Graphics Graphics { get; }
Property Value
System.
|