[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.SolidBrush

SolidBrush Class

Represents a solid color brush.

Inheritance
SolidBrush
Namespace: GrapeCity.Documents.Drawing
Assembly: DS.Documents.Imaging.dll
Syntax
public class SolidBrush : Brush
Public Class SolidBrush
    Inherits Brush

Constructors

Name Description
SolidBrush(Color)

Initializes a new instance of the SolidBrush class.

Properties

Name Description
Color

Gets the color of this brush.

Visible

Gets a value indicating whether the brush is actually visible.

Methods

Name Description
SameBrush(Brush)

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