SetLineWidth sets the width of stroked paths. If the width is not positive then stroked lines are not drawn. The initial line width is 1 point.
(Length)
| 25 | // |
| 26 | // The initial line width is 1 point. |
| 27 | SetLineWidth(Length) |
| 28 | |
| 29 | // SetLineDash sets the dash pattern for lines. |
| 30 | // The pattern slice specifies the lengths of |
no outgoing calls
no test coverage detected