System::Drawing::Graphics::Clear method

Graphics::Clear method

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

void System::Drawing::Graphics::Clear(Color color)
ParameterTypeDescription
colorColorThe color to fill the surface with

See Also