PainterPen Class
Contents
[
Hide
]Summary:
Module: aspose.gis.painting
Full Name: aspose.gis.painting.PainterPen
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| PainterPen() | Initializes a new instance of the PainterPen class |
| PainterPen(color, width, style, line_join) | Initializes a new instance of the PainterPen class |
| PainterPen(options) | Initializes a new instance of the PainterPen class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| cap_style | PenCapStyle | r | |
| color | System.Drawing.Color | r | |
| dash_offset | double | r | |
| dash_pattern | System.Collections.Generic.IReadOnlyList | r | |
| line_join | PenLineJoin | r | |
| no_pen [static] | PainterPen | r | |
| style | PenStyle | r | |
| width | double | r |
Constructor: PainterPen()
PainterPen()
Initializes a new instance of the PainterPen class
Constructor: PainterPen(color, width, style, line_join)
PainterPen(color, width, style, line_join)
Initializes a new instance of the PainterPen class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| color | System.Drawing.Color | |
| width | double | |
| style | PenStyle | |
| line_join | PenLineJoin |
Constructor: PainterPen(options)
PainterPen(options)
Initializes a new instance of the PainterPen class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| options | PainterPenOptions |