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
)
Public Sub Clear (
color As Color
)
member Clear :
color : Color -> unit
Parameters
- color
- Type: Eto.DrawingColor
Color to clear the graphics context
See Also