Initialize a new instance of the Pen class.
Overload List| Name | Description |
|---|---|
Initializes a new instance of the Pen class with a specified Brush object. |
|
Initializes a new instance of the Pen class with the specified Brush object and the specified width. |
|
Initializes a new instance of the Pen class with the specified color. |
|
Initializes a new instance of the Pen class with the specified color and width. |
|
Initializes a new instance of the Pen class given its string representation. |
See Also