Overload List
| Name | Description | |
|---|---|---|
| Pen()()()() |
Create a solid black pen that has a width of 1 user space unit.
| |
| Pen(Color) |
Create a solid pen with given color that has a width of 1 user space unit.
| |
| Pen(Color, Double) |
Create a solid pen with given color and fractional width.
| |
| Pen(Color, Double, DashPattern) |
Create a solid pen with given color, fractional width and pattern.
|