|
PdfSharp-GDI
1.31.7289
|
Defines an object used to draw lines and curves. More...
Public Member Functions | |
| XPen (XColor color) | |
| Initializes a new instance of the XPen class. More... | |
| XPen (XColor color, double width) | |
| Initializes a new instance of the XPen class. More... | |
| XPen (XPen pen) | |
| Initializes a new instance of the XPen class. More... | |
| XPen | Clone () |
| Clones this instance. More... | |
Properties | |
| XColor | Color [get, set] |
| Gets or sets the color. More... | |
| double | Width [get, set] |
| Gets or sets the width. More... | |
| XLineJoin | LineJoin [get, set] |
| Gets or sets the line join. More... | |
| XLineCap | LineCap [get, set] |
| Gets or sets the line cap. More... | |
| double | MiterLimit [get, set] |
| Gets or sets the miter limit. More... | |
| XDashStyle | DashStyle [get, set] |
| Gets or sets the dash style. More... | |
| double | DashOffset [get, set] |
| Gets or sets the dash offset. More... | |
| double[] | DashPattern [get, set] |
| Gets or sets the dash pattern. More... | |
Defines an object used to draw lines and curves.
| PdfSharp.Drawing.XPen.XPen | ( | XColor | color, |
| double | width | ||
| ) |
Initializes a new instance of the XPen class.
| XPen PdfSharp.Drawing.XPen.Clone | ( | ) |
Clones this instance.
|
getset |
Gets or sets the color.
|
getset |
Gets or sets the dash offset.
|
getset |
Gets or sets the dash pattern.
|
getset |
Gets or sets the dash style.
|
getset |
Gets or sets the line cap.
|
getset |
Gets or sets the line join.
|
getset |
Gets or sets the miter limit.
|
getset |
Gets or sets the width.