Click or drag to resize

GraphicsClear Method (Color)

Resets all pixels in the ClipBounds region with the specified color

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Clear(
	Color color
)

Parameters

color
Type: Eto.DrawingColor
Color to clear the graphics context
See Also