This documentation is for the old version. Go to the latest Graphics Mill docs

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.

See Also

Reference