gdkRectangleIntersect         package:RGtk2         R Documentation

_g_d_k_R_e_c_t_a_n_g_l_e_I_n_t_e_r_s_e_c_t

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

     Calculates the intersection of two rectangles. It is allowed for
     'dest' to be the same as either 'src1' or 'src2'.

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

     gdkRectangleIntersect(src1, src2)

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

  'src1': ['GdkRectangle']  a 'GdkRectangle'

  'src2': ['GdkRectangle']  a 'GdkRectangle'

_V_a_l_u_e:

     A list containing the following elements: 

  retval: [logical]  'TRUE' if the rectangles intersect.

  'dest': ['GdkRectangle']  return location for the intersection of
          'src1' and 'src2'

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

     Derived by RGtkGen from GTK+ documentation

