Aurigma Graphics Mill 5.5 for .NET
BrushType Enumeration
Contains possible brush types supported by GdiGraphics. Brush type is a way of how Graphics Mill for .NET should fill shapes: with solid color, hatched pattern, etc.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Enumeration BrushType
C#
public enum BrushType
Members
| Member name | Description | |
|---|---|---|
| Hatch |
Hatched fill (based on pattern). |
|
| Solid |
Solid fill. |