Skip to main content

GraphicsCache(DXPaintEventArgs, XPaint, ScaleHelper) Constructor

This value is assigned to the GraphicsCache.PaintArgs property.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public GraphicsCache(
    DXPaintEventArgs e,
    XPaint paint,
    ScaleHelper scaleDPI
)

Parameters

Name Type Description
e DevExpress.Utils.Drawing.DXPaintEventArgs

A PaintEventArgs object that contains data used for painting. This value is assigned to the GraphicsCache.PaintArgs property.

paint DevExpress.Utils.Paint.XPaint

A DevExpress.Utils.Paint.XPaint object associated with this GraphicsCache object.

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