Base class for Graphics Mill for .NET brushes.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public MustInherit Class Brush _ Implements ICloneable
public abstract class Brush : ICloneable
This class is abstract, so you cannot directly instantiate it. You should create some of derived classes (e.g. SolidBrush or HatchBrush). You can also cast some brush classes from System.Drawing namespace (and vice versa).
You can get an invisible brush (which actually do nothing) using Empty property. To check whether the brush is empty, use property IsEmpty.