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

HatchBrush.BackgroundColor Property

Gets/sets background color for the hatch brush.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property BackgroundColor As RgbColor
C#
public RgbColor BackgroundColor { get; set; }

Property Value

RgbColor value specifying background color of the hatch brush.

Remarks

This value is used only if TransparentBackground property is set to false.

Classic GDI does not handle transparency, so it makes no sense to specify alpha channel for this color.

Note

For the same reason it is not recommended to draw with GDI on the images with 32-bit ARGB pixel format. It will fill alpha channel (which is treated with GDI as meaningless) with zeros.

Default value is white color.

See Also

Reference