Clear()

Graphics::Clear(Color) method

Clears the drawing surface represented by the current object and fills it with the specified color.

void System::Drawing::Graphics::Clear(Color color)

Arguments

ParameterTypeDescription
colorColorThe color to fill the surface with

See Also