| eointersect |
(Path rhs [, int rule]) |
typedict.Path |
| |
Intersects the area covered by this path with the area covered by
rhs,
replaces this path by a new one whose interior represents the result,
and returns this path to the caller.
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.
|