Description Usage Arguments Details Author(s)
Sets the current line join style within the cairo context. See
CairoLineJoin
for details about how the available line join
styles are drawn.
1 | cairoSetLineJoin(cr, line.join)
|
|
[ |
|
[ |
As with the other stroke parameters, the current line join style is
examined by cairoStroke
, cairoStrokeExtents
, and
cairoStrokeToPath()
, but does not have any effect during path
construction.
The default line join style is CAIRO_LINE_JOIN_MITER
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.