Skip to main content

GraphicsCache(Graphics) Constructor

Creates an 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(
    Graphics g
)

Parameters

Name Type Description
g Graphics

The Graphics object to initialize the GraphicsCache.Graphics property.

Remarks

The constructor creates an instance of the GraphicsCache class. The GraphicsCache.PaintArgs property is set to a new instance of the PaintEventArgs class. The Graphics object passed as a parameter can be accessed via the GraphicsCache.Graphics property.

See Also