Click or drag to resize

GraphicsIHandlerClear Method

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
void Clear(
	SolidBrush brush
)

Parameters

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