Class TreeMapItemPaintedEventArgs
Event arguments used in the ItemPainted 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.TreeMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TreeMapItemPaintedEventArgs : TreeMapItemEventArgs
Constructors
TreeMapItemPaintedEventArgs(TreeMapDataItem, Graphics, RectangleF)
Event arguments used in the ItemPainted event.
Declaration
public TreeMapItemPaintedEventArgs(TreeMapDataItem item, Graphics graphics, RectangleF bounds)
Parameters
TreeMapDataItem
item
The data item. |
System.Drawing.Graphics
graphics
The graphics object. |
System.Drawing.RectangleF
bounds
The item bounds. |
Properties
Bounds
Gets the bounds of the item.
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
|