Back to Devexpress

CustomDrawEventArgs Constructors

windowsforms-devexpress-dot-xtratreelist-dot-customdraweventargs-dot-ctor.md

latest2.0 KB
Original Source

CustomDrawEventArgs Constructors

Provides basic data required to perform custom painting of an element.

NameParametersDescription
CustomDrawEventArgs()noneInitializes a new instance of the CustomDrawEventArgs class.
CustomDrawEventArgs(GraphicsCache, Rectangle, AppearanceObject, ObjectPainter, Boolean)cache, bounds, appearance, painter, isRightToLeftInitializes a new instance of the CustomDrawEventArgs class with the specified CustomDrawEventArgs.Painter property.
CustomDrawEventArgs(GraphicsCache, Rectangle, AppearanceObject, ObjectPainter)cache, bounds, appearance, painterInitializes a new instance of the CustomDrawEventArgs class with the specified CustomDrawEventArgs.Painter property.
CustomDrawEventArgs(GraphicsCache, Rectangle, AppearanceObject)cache, bounds, appearanceInitializes a new instance of the CustomDrawEventArgs class.

See Also

CustomDrawEventArgs Class

CustomDrawEventArgs Members

DevExpress.XtraTreeList Namespace