gdkDrawImage              package:RGtk2              R Documentation

_g_d_k_D_r_a_w_I_m_a_g_e

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

     Draws a 'GdkImage' onto a drawable. The depth of the 'GdkImage'
     must match the depth of the 'GdkDrawable'.

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

     gdkDrawImage(object, gc, image, xsrc, ysrc, xdest, ydest, width, height)

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

'object': ['GdkDrawable']  a 'GdkDrawable' (a 'GdkWindow' or a
          'GdkPixmap').

    'gc': ['GdkGC']  a 'GdkGC'.

 'image': ['GdkImage']  the 'GdkImage' to draw.

  'xsrc': [integer]  the left edge of the source rectangle within
          'image'.

  'ysrc': [integer]  the top of the source rectangle within 'image'.

 'xdest': [integer]  the x coordinate of the destination within
          'drawable'.

 'ydest': [integer]  the y coordinate of the destination within
          'drawable'.

 'width': [integer]  the width of the area to be copied, or -1 to make
          the area  extend to the right edge of 'image'.

'height': [integer]  the height of the area to be copied, or -1 to make
          the area  extend to the bottom edge of 'image'.

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

     Derived by RGtkGen from GTK+ documentation

