[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.SolidBrush

Class SolidBrush

Namespace
GrapeCity.Documents.Drawing
Assembly
GcDocs.Imaging.dll

Represents a solid color brush.

public class SolidBrush : Brush
Inheritance
object
SolidBrush
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SolidBrush(Color)

Initializes a new instance of the SolidBrush class.

public SolidBrush(Color color)

Parameters

color System.Drawing.Color

The value of the Color property.

Properties

Color

Gets the color of this brush.

public Color Color { get; }

Property Value

System.Drawing.Color

Visible

Gets a value indicating whether the brush is actually visible.

public override bool Visible { get; }

Property Value

bool

Methods

SameBrush(Brush)

Returns True if the specified brush is the same as the current brush.

protected override bool SameBrush(Brush brush)

Parameters

brush Brush

Returns

bool