GraphicsCache.Clear(Color) Method
Clears the entire drawing surface and fills it with the specified background color.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
color | Color | A Color structure that represents the background color of the drawing surface. |
See Also