| eointersects |
(Object rhs [, int rule]) |
typedict.Path |
| |
Returns
1
if the area covered by this path intersects the area covered by
rhs,
which must be a
Path,
Rectangle,
or
NULL,
and
0
if it does not.
By default, interior points in both paths are identified using the
even-odd winding rule, but setting the optional
rule
argument to
WIND_NON_ZERO,
which is defined in
yoix.graphics,
means the non-zero winding rule will be used to identify the interior of
rhs.
|
Yoix is a registered trademark of AT&T Inc.
|