Skip to main content

GraphicsCache(PaintEventArgs) Constructor

Initializes a new instance of the GraphicsCache class.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public GraphicsCache(
    PaintEventArgs e
)

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