CustomDrawEventArgs(GraphicsCache, Rectangle, AppearanceObject, ObjectPainter) Constructor
Initializes a new instance of the CustomDrawEventArgs class with the specified settings.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
public CustomDrawEventArgs(
GraphicsCache cache,
Rectangle bounds,
AppearanceObject appearance,
ObjectPainter painter
)
Parameters
Name | Type | Description |
---|---|---|
cache | GraphicsCache | A GraphicsCache object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the CustomDrawEventArgs.Cache property. |
bounds | Rectangle | A Rectangle structure which represents the painted element’s bounding rectangle. This value is assigned to the CustomDrawEventArgs.Bounds property. |
appearance | AppearanceObject | A AppearanceObject object which specifies the painted element’s appearance settings. This value is assigned to the CustomDrawEventArgs.Appearance property. |
painter | DevExpress.Utils.Drawing.ObjectPainter | An DevExpress.Utils.Drawing.ObjectPainter object that provides facilities for painting an element using the default mechanism. This value is assigned to the CustomDrawEventArgs.Painter property. |