Graphics.Clear Method

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

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void Clear(
	Color color
)

Parameters

color

Type: Aurigma.GraphicsMill.Color

Color to fill the drawing surface with.

See Also

Reference