GraphicsCache(DXPaintEventArgs) 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 | DevExpress.Utils.Drawing.DXPaintEventArgs | A DevExpress.Utils.Drawing.DXPaintEventArgs object that contains data used to perform painting. This value is assigned to the GraphicsCache.PaintArgs property. |
See Also