cairoCopyClipRectangleList       package:RGtk2       R Documentation

_c_a_i_r_o_C_o_p_y_C_l_i_p_R_e_c_t_a_n_g_l_e_L_i_s_t

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

     Gets the current clip region as a list of rectangles in user
     coordinates. Never returns 'NULL'.

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

     cairoCopyClipRectangleList(cr)

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

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

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

     The status in the list may be
     'CAIRO_STATUS_CLIP_NOT_REPRESENTABLE' to indicate that the clip
     region cannot be represented as a list of user-space rectangles.
     The status may have other values to indicate other errors.  

     Since  1.4

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

     ['CairoRectangleList']  the current clip region as a list of
     rectangles in user coordinates.

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

     Derived by RGtkGen from GTK+ documentation

