DXGraphics.Clear(Color) Method
In This Article
Clears the entire drawing surface and fills it with the specified background color.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
color | Color | The background color of the drawing surface. |
#Remarks
The Clear
method clears the state of the graphics object and should not be called when the graphics object cannot be updated.
See Also