Represents a brush which fills the shape with a predefined pattern.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public sealed class HatchBrush : Brush, IDisposable
Hatch brush is defined with three parameters:
Besides of this, you can disable a background with TransparentBackground property. In this case only pattern will be drawing with foreground on the underlying image.
You can convert this brush instance into its analogue from System.Drawing namespace using method ToGdiPlusBrush(), or an appropriate cast operator.