Constructs new Pen class instance.
Name | Description | |
---|---|---|
Pen() |
Constructs new Pen class instance. |
|
Pen(Pen) |
Constructs new Pen class instance. All pen settings are taken from standard System.Drawing.Pen object. |
|
Pen(RgbColor, Single) |
Constructs new Pen class instance. Such main pen settings of pen as width and color can be specified here. |
|
Pen(RgbColor, Single, DashStyle) |
Constructs new Pen class instance. You can set such parameters as pen width, color, and dash style. |