IGraphicsClear Method
Clears the entire drawing surface and fills it with the specified background color.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
void Clear(
Color color
)
Sub Clear (
color As Color
)
void Clear(
Color color
)
abstract Clear :
color : Color -> unit
Parameters
- color Color
- The background color of the drawing surface.