Graphics.Clear

Graphics.Clear method

Clears the graphics surface using the specified color.

public void Clear(Color color)
ParameterTypeDescription
colorColorThe color to clear the graphics surface by.

See Also