gdkPixbufCopyArea           package:RGtk2           R Documentation

_g_d_k_P_i_x_b_u_f_C_o_p_y_A_r_e_a

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

     Copies a rectangular area from 'src.pixbuf' to 'dest.pixbuf'. 
     Conversion of pixbuf formats is done automatically.

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

     gdkPixbufCopyArea(object, src.x, src.y, width, height, dest.pixbuf, dest.x, dest.y)

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

'object': ['GdkPixbuf']  Source pixbuf.

 'src.x': [integer]  Source X coordinate within 'src.pixbuf'.

 'src.y': [integer]  Source Y coordinate within 'src.pixbuf'.

 'width': [integer]  Width of the area to copy.

'height': [integer]  Height of the area to copy.

'dest.pixbuf': ['GdkPixbuf']  Destination pixbuf.

'dest.x': [integer]  X coordinate within 'dest.pixbuf'.

'dest.y': [integer]  Y coordinate within 'dest.pixbuf'.

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

     If the source rectangle overlaps the destination rectangle on the
     same pixbuf, it will be overwritten during the copy operation.
     Therefore, you can not use this function to scroll a pixbuf.

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

     Derived by RGtkGen from GTK+ documentation

