Aurigma Graphics Mill 5.5 for .NET
GdiGraphics..::.Clear Method
Clears the drawing surface and fills it with specified color.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Sub Clear ( _ backgroundColor As RgbColor _ )
C#
public void Clear( RgbColor backgroundColor )
Parameters
- backgroundColor
-
Type: Aurigma.GraphicsMill..::.RgbColor
RgbColor value which will be used to fill the drawing surface.