GraphicsClear 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.4.0.0
public void Clear(
Color color
)
Public Sub Clear (
color As Color
)
public:
virtual void Clear(
Color color
) sealed
abstract Clear :
color : Color -> unit
override Clear :
color : Color -> unit
- color Color
- The background color of the drawing surface.
IGraphicsClear(Color)