GraphicsCache(Graphics, ScaleHelper) Constructor
This value is assigned to the GraphicsCache.PaintArgs property.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v25.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| g | Graphics | A Graphics object that serves as the painting surface and provides painting facilities. This value is assigned to the GraphicsCache.Graphics property. |
| scaleDPI | DevExpress.Utils.DPI.ScaleHelper | A ScaleHelper object used to appropriately adjust the values for font and drawing APIs. |
See Also