GraphicsCache(PaintEventArgs) Constructor
Initializes a new instance of the GraphicsCache class.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
e | PaintEventArgs | A PaintEventArgs object that contains data used to paint. |
Remarks
The constructor initializes the GraphicsCache.PaintArgs property with the parameter value.
The GraphicsCache.Paint property is initialized with a newly created DexExpress.Utils.Paint.XPaint object. The constructor also initializes four hash tables used to store requested pens, solid and gradient brushes and fonts.
See Also