Graphics.Clear Method

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

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

Syntax

C#
public void Clear(
	RgbColor color
)

Parameters

color

Type: Aurigma.GraphicsMill.RgbColor

See Also

Reference