Aurigma Graphics Mill 5.5 for .NET
HatchBrush..::.TransparentBackground Property
Gets/sets the value which specifies whether to fill underlying image with the BackgroundColor. If true, brush will draw only hatch with ForegroundColor.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Property TransparentBackground As Boolean
C#
public bool TransparentBackground { get; set; }