Click or drag to resize

PdfSolidBrush Class

Represents a brush that fills any object with a solid colour.
Inheritance Hierarchy
System Object
Spire.Pdf.Graphics PdfBrush
Spire.Pdf.Graphics PdfSolidBrush

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public sealed class PdfSolidBrush : PdfBrush

The PdfSolidBrush type exposes the following members.

Constructors
Name Description
Public method PdfSolidBrush(PdfComplexColor)
Initializes a new instance of theclass.
Public method PdfSolidBrush(PdfRGBColor)
Initializes a new instance of theclass.
Top
Properties
Name Description
Public property Color
Gets or sets the color of the brush.
Top
Methods
Name Description
Public method Clone
Creates a new copy of a brush.
(Overrides PdfBrush Clone .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also