[]
Initializes a new instance of a Pen.
public Pen(Color color)
Type | Name | Description |
---|---|---|
Color | color | Color of the lines drawn with this pen. |
Initializes a new instance of a Pen.
public Pen(Color color, double width)
Type | Name | Description |
---|---|---|
Color | color | Color of the lines drawn with this pen. |
double | width | Width of the lines drawn with this pen in points. |