Table of Contents

Class SolidBrush

Namespace
Ecng.Drawing
Assembly
Ecng.Drawing.dll

Represents a brush that paints a solid color.

public class SolidBrush : Brush
Inheritance
SolidBrush
Inherited Members
Extension Methods

Constructors

SolidBrush(Color)

Represents a brush that paints a solid color.

public SolidBrush(Color color)

Parameters

color Color

The solid color to use for painting.

Properties

Color

Gets the solid Color used by the brush.

public Color Color { get; }

Property Value

Color