Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents a Brush that fills any object with a solid color.
Inheritance Hierarchy
Bytescout.PDFBrush
Bytescout.PDFSolidBrush
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The SolidBrush type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SolidBrush |
Initializes a new instance of the Bytescout.PDF.SolidBrush.
| |
| SolidBrush(Color) |
Initializes a new instance of the Bytescout.PDF.SolidBrush class with the specified color.
|
Properties
| Name | Description | |
|---|---|---|
| Color |
Gets or sets the color of the Brush.
| |
| Opacity |
Gets or sets the opacity value in percent.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Allows the creation of a shallow copy of this Bytescout.PDF.SolidBrush.
(Overrides BrushClone.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also