Pen Constructor |
| Name | Description | |
|---|---|---|
| Pen |
Initializes a new instance of the Pen class
with zero width and a transparent color.
|
|
| Pen(Color) |
Initializes a new instance of the Pen class
with the specified color.
|
|
| Pen(Color, Double) |
Initializes a new instance of the Pen class
with the specified Color and Width properties.
|