Pen Class
Summary:
Module: aspose.gis.common.formats.mapinfo.styling
Full Name: aspose.gis.common.formats.mapinfo.styling.Pen
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| Pen() | Initializes a new instance of the Pen class |
| Pen(width, pattern, color) | Initializes a new instance of the Pen class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| color | Color | r | |
| pattern | int | r | |
| width | int | r |
Constructor: Pen()
Pen()
Initializes a new instance of the Pen class
Constructor: Pen(width, pattern, color)
Pen(width, pattern, color)
Initializes a new instance of the Pen class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| width | int | |
| pattern | int | |
| color | Color |