Click or drag to resize

GraphicsClear Method (SolidBrush)

Resets all pixels in the ClipBounds region with the specified brush

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Clear(
	SolidBrush brush = null
)

Parameters

brush (Optional)
Type: Eto.DrawingSolidBrush
Brush to clear the graphics context
See Also