Search
GdiGraphics.Clear Method
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void Clear (
    Color color
)

Visual Basic  Copy Code

Public Overridable Sub Clear( _
    color As Color _
)

 Parameters

color
A .NET Color structure that represents the background color of the drawing surface.

 See Also