HatchBrush.ForegroundColor Property

Gets or sets a foreground color for this hatch brush.

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

Syntax

C#
public RgbColor ForegroundColor { get; set; }

Property Value

A RgbColor that represents the background color for this HatchBrush. The default value is black color.

Remarks

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.

See Also

Reference