A solid color brush used for the filling of shapes and paths.
Hierarchy
System.Object
    WebSupergoo.ImageGlue8.Brush
        WebSupergoo.ImageGlue8.SolidBrush
Interfaces
System.IDisposable
Notes

This class is sealed. It cannot be derived from.

Methods
Method Description
SolidBrush Construct a Brush with the specified color.
Clone Makes a deep copy of the current Brush.
Properties
Property Description
Color Gets or sets the color of this Brush object.
Example

None.