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)
Public Enumeration BrushType
public enum BrushType
Member name | Description | |
---|---|---|
Hatch |
Hatched fill (based on pattern). |
|
Solid |
Solid fill. |