cairoSetLineJoin            package:RGtk2            R Documentation

_c_a_i_r_o_S_e_t_L_i_n_e_J_o_i_n

_D_e_s_c_r_i_p_t_i_o_n:

     Sets the current line join style within the cairo context. See
     'CairoLineJoin' for details about how the available line join
     styles are drawn.

_U_s_a_g_e:

     cairoSetLineJoin(cr, line.join)

_A_r_g_u_m_e_n_t_s:

    'cr': ['Cairo']  a cairo context

'line.join': ['CairoLineJoin']  a line joint style

_D_e_t_a_i_l_s:

     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.

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

