Brush Class

Represents the base class for Graphics Mill brushes.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
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 the derived SolidBrush class.

Inheritance Hierarchy

See Also

Reference