Table of Contents

Class SolidBrush

Namespace
Aspose.Imaging.Brushes
Assembly
Aspose.Imaging.dll

Solid brush is intended for drawing continiously with specific color. This class cannot be inherited.

public sealed class SolidBrush : Brush, IDisposable
Inheritance
SolidBrush
Implements
Inherited Members

Constructors

SolidBrush()

Initializes a new instance of the SolidBrush class.

public SolidBrush()

SolidBrush(Color)

Initializes a new instance of the SolidBrush class.

public SolidBrush(Color color)

Parameters

color Color

The solid brush color.

Properties

Color

Gets or sets the brush color.

public Color Color { get; set; }

Property Value

Color

The brush color.