PdfSharp-WPF
1.31.7289
|
Defines a single color object used to fill shapes and draw text. More...
Public Member Functions | |
XSolidBrush () | |
Initializes a new instance of the XSolidBrush class. More... | |
XSolidBrush (XColor color) | |
Initializes a new instance of the XSolidBrush class. More... | |
XSolidBrush (XSolidBrush brush) | |
Initializes a new instance of the XSolidBrush class. More... | |
Properties | |
XColor | Color [get, set] |
Gets or sets the color of this brush. More... | |
Defines a single color object used to fill shapes and draw text.
PdfSharp.Drawing.XSolidBrush.XSolidBrush | ( | ) |
Initializes a new instance of the XSolidBrush class.
PdfSharp.Drawing.XSolidBrush.XSolidBrush | ( | XColor | color | ) |
Initializes a new instance of the XSolidBrush class.
PdfSharp.Drawing.XSolidBrush.XSolidBrush | ( | XSolidBrush | brush | ) |
Initializes a new instance of the XSolidBrush class.
|
getset |
Gets or sets the color of this brush.