GraphicsCache(PaintEventArgs, ScaleHelper) Constructor
Initializes a new instance of the GraphicsCache class with the specified settings.
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 for painting. This value is assigned to the GraphicsCache.PaintArgs property. |
scaleDPI | DevExpress.Utils.DPI.ScaleHelper | A ScaleHelper object used to appropriately adjust the values for font and drawing APIs. This value is assigned to the GraphicsCache.ScaleDPI property. |
See Also