cairoLineTo              package:RGtk2              R Documentation

_c_a_i_r_o_L_i_n_e_T_o

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

     Adds a line to the path from the current point to position ('x',
     'y') in user-space coordinates. After this call the current point
     will be ('x', 'y').

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

     cairoLineTo(cr, x, y)

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

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

     'x': [numeric]  the X coordinate of the end of the new line

     'y': [numeric]  the Y coordinate of the end of the new line

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

     If there is no current point before the call to 'cairoLineTo' this
     function will behave as cairo_move_to ('cr', 'x', 'y').

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

     Derived by RGtkGen from GTK+ documentation

