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

SolidBrush Constructor (RgbColor)

Creates new solid brush with given color.

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

Syntax

Visual Basic
Public Sub New ( _
	color As RgbColor _
)
C#
public SolidBrush(
	RgbColor color
)

Parameters

color

Type: Aurigma.GraphicsMill.RgbColor

Brush color value. You can change this value later through property Color.

See Also

Reference