SvgGraphicsClear Method

Clears the entire drawing surface and fills it with the specified background color.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
public void Clear(
	Color color
)

Parameters

color  Color
The background color of the drawing surface.

Implements

IGraphicsClear(Color)

See Also