Skip to main content

GraphicsCache.Clear(Color) Method

Clears the entire drawing surface and fills it with the specified background color.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void Clear(
    Color color
)

Parameters

Name Type Description
color Color

A Color structure that represents the background color of the drawing surface.

See Also