Clears the drawing surface and fills it with specified color.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Clear ( _
backgroundColor As RgbColor _
)
public void Clear(
RgbColor backgroundColor
)
Type: Aurigma.GraphicsMill.RgbColor
RgbColor value which will be used to fill the drawing surface.