cairoResetClip             package:RGtk2             R Documentation

_c_a_i_r_o_R_e_s_e_t_C_l_i_p

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

     Reset the current clip region to its original, unrestricted state.
     That is, set the clip region to an infinitely large shape
     containing the target surface. Equivalently, if infinity is too
     hard to grasp, one can imagine the clip region being reset to the
     exact bounds of the target surface.

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

     cairoResetClip(cr)

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

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

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

     Note that code meant to be reusable should not call
     'cairoResetClip' as it will cause results unexpected by
     higher-level code which calls 'cairoClip'. Consider using
     'cairoSave' and 'cairoRestore' around 'cairoClip' as a more robust
     means of temporarily restricting the clip region.

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

     Derived by RGtkGen from GTK+ documentation

