19#ifndef __com_sun_star_rendering_FillRule_idl__
20#define __com_sun_star_rendering_FillRule_idl__
22module
com { module sun { module star { module rendering {
FillRule
Determines which algorithm to use when determining inside and outside of filled poly-polygons.
Definition: FillRule.idl:30
@ EVEN_ODD
Fill every area, where, when traveling along a line, an uneven number of intersections with polygon e...
Definition: FillRule.idl:49
@ NON_ZERO
Fill every area, where, when traveling along a line, the summed winding number (that is,...
Definition: FillRule.idl:42
Definition: Accessible.idl:22