Table of Contents

Constructor SolidBrush

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

SolidBrush(Color)

Initializes a new SolidBrush object of the specified color.

public SolidBrush(Color color)

Parameters

color Color

A Color structure that represents the color of this brush.

SolidBrush(Color, bool)

Initializes a new SolidBrush object of the specified color.

public SolidBrush(Color color, bool immutable)

Parameters

color Color

A Color structure that represents the color of this brush.

immutable bool

Whether this brush is immutable (readonly).