cairoSetLineJoin {RGtk2} | R Documentation |
Sets the current line join style within the cairo context. See
CairoLineJoin
for details about how the available line join
styles are drawn.
cairoSetLineJoin(cr, line.join)
|
[Cairo ] a cairo context, as a Cairo |
|
[CairoLineJoin ] a line joint style, as a CairoLineJoin |
As with the other stroke parameters, the current line join style is
examined by cairoStroke
, cairoStrokeExtents
, and
cairo\Stroke\To\Path()
, but does not have any effect during path
construction.
Derived by RGtkGen from GTK+ documentation