Pen Constructor
.NET Framework 4
Initializes a new instance of the Pen class with the specified color.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Pen(Brush) | Initializes a new instance of the Pen class with the specified Brush. |
|
Pen(Color) | Initializes a new instance of the Pen class with the specified color. |
|
Pen(Brush, Single) | Initializes a new instance of the Pen class with the specified Brush and Width. |
|
Pen(Color, Single) | Initializes a new instance of the Pen class with the specified Color and Width properties. |