cairoInStroke             package:RGtk2             R Documentation

_c_a_i_r_o_I_n_S_t_r_o_k_e

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

     Tests whether the given point is inside the area that would be
     affected by a 'cairoStroke' operation given the current path and
     stroking parameters. Surface dimensions and clipping are not taken
     into account.

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

     cairoInStroke(cr, x, y)

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

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

     'x': [numeric]  X coordinate of the point to test

     'y': [numeric]  Y coordinate of the point to test

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

     See 'cairoStroke', 'cairoSetLineWidth', 'cairoSetLineJoin',
     'cairoSetLineCap', 'cairoSetDash', and 'cairoStrokePreserve'.

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

     [logical]  A non-zero value if the point is inside, or zero if
     outside.

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

     Derived by RGtkGen from GTK+ documentation

