Method Cairo.Context()->stroke()
- Method
stroke
voidstroke()- Description
A drawing operator that strokes the current path according to the current line width, line join, line cap, and dash settings. After stroke(), the current path will be cleared from the context.
- See also
set_line_width(), set_line_join(), set_line_cap(), set_dash(), and stroke_preserve().