ClassTreeMapGroupPaintedEventArgs
Class
Event arguments used in the GroupPainted event.
Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TreeMapGroupPaintedEventArgs : EventArgs
Inheritance: objectEventArgsTreeMapGroupPaintedEventArgs
Inherited Members
Constructors
TreeMapGroupPaintedEventArgs(TreeMapDataItemGroup, Graphics, RectangleF)
Event arguments used in the GroupPainted event.
Declaration
cs-api-definition
public TreeMapGroupPaintedEventArgs(TreeMapDataItemGroup group, Graphics graphics, RectangleF bounds)
Parameters
group
The data group.
graphics
The graphics object.
bounds
The group bounds.