Skip to main content

GraphicsCache(DXPaintEventArgs) 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(
    DXPaintEventArgs e
)

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