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 |
|
[CairoLineJoin ] a line joint style |
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.
Derived by RGtkGen from GTK+ documentation