SolidBrush Constructor (Color)

Initializes new SolidBrush with the given color.

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

Syntax

C#
public SolidBrush(
	Color color
)

Parameters

color

Type: Aurigma.GraphicsMill.Color

Color of the brush.

See Also

Reference