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
)
Sub Clear (
brush As SolidBrush
)
abstract Clear :
brush : SolidBrush -> unit
Parameters
- brush
- Type: Eto.DrawingSolidBrush
Brush to clear the graphics context
See Also