[]
        
(Showing Draft Content)

GrapeCity.Drawing.SolidColorBrush

SolidColorBrush Class

Paints an area with a solid color.

Inheritance
SolidColorBrush
Implements
Namespace: GrapeCity.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public sealed class SolidColorBrush : Brush, IEquatable<Brush>
Public NotInheritable Class SolidColorBrush
    Inherits Brush
    Implements IEquatable(Of Brush)

Constructors

Name Description
SolidColorBrush(SchemeColor)

Initializes a new instance of the SolidColorBrush struct.

Properties

Name Description
Color

Gets the color of this solid color brush.

Transparency

Returns or sets the degree of transparency of the specified brush as a value from 0.0 (opaque) through 1.0 (clear).

Methods

Name Description
ApplyColorTransform(ColorTransform)

Creates new brush from the current brush with the specified ColorTransform effect.

Clone()

Creates a new Brush instance with the same value as an existing brush.

Equals(Brush)
GetColor()

Gets the solid color from this brush.