SolidBrush Constructor (SolidBrush)

Initializes a new instance of the SolidBrush class by copying brush settings from the specified System.Drawing.SolidBrush object.

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

Syntax

C#
public SolidBrush(
	SolidBrush brush
)

Parameters

brush

Type: System.Drawing.SolidBrush

The System.Drawing.SolidBrush from which to create the new SolidBrush.

See Also

Reference