Brush Class

Represents the base class for Graphics Mill brushes.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public abstract class Brush

Remarks

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).

Inheritance Hierarchy

System.Object

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference