Link Search Menu Expand Document

SolidBrush Class

Represents a Brush that fills any object with a solid color.
Inheritance Hierarchy
SystemObject
Bytescout.PDFBrush
Bytescout.PDFSolidBrush

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class SolidBrush : Brush

The SolidBrush type exposes the following members.

Constructors
NameDescription
Public methodSolidBrush
Initializes a new instance of the Bytescout.PDF.SolidBrush.
Public methodSolidBrush(Color)
Initializes a new instance of the Bytescout.PDF.SolidBrush class with the specified color.
Top
Properties
NameDescription
Public propertyColor
Gets or sets the color of the Brush.
Public propertyOpacity
Gets or sets the opacity value in percent.
Top
Methods
NameDescription
Public methodClone
Allows the creation of a shallow copy of this Bytescout.PDF.SolidBrush.
(Overrides BrushClone.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference