SolidBrush Constructor (RgbColor)

Initializes a new instance of the HatchBrush class using the specified color.

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

Syntax

C#
public SolidBrush(
	RgbColor color
)

Parameters

color

Type: Aurigma.GraphicsMill.RgbColor

A RgbColor value specifying a brush color. You can change this value later through the Color property.

See Also

Reference