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
)
Public Sub Clear (
Optional brush As SolidBrush = Nothing
)
member Clear :
?brush : SolidBrush
(* Defaults:
let _brush = defaultArg brush null
*)
-> unit
Parameters
- brush (Optional)
- Type: Eto.DrawingSolidBrush
Brush to clear the graphics context
See Also