CairoPathData             package:RGtk2             R Documentation

_T_h_e _C_a_i_r_o _p_a_t_h _s_t_r_u_c_t_u_r_e

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

     A low-level description of a Cairo path

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

     'CairoPathData' is a transparent type, and it is represented by a
     list structure.  When retrieved from Cairo, the structure is a
     list with two elements:

     _s_t_a_t_u_s The 'CairoStatus' relating the status of the path

     _d_a_t_a The actual path data, which is a list of numeric vectors with
          lengths  depending on the data's 'CairoPathData', which is
          stored  in the 'type' attribute of each numeric vector. The
          vectors are sequences  of x and y value pairs describing
          points in the path.

     You should see the reference if you actually plan on using this
     extreme low-level functionality.

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

     Michael Lawrence

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.cairographics.org/manual/cairo-Paths.html>

