19 #ifndef __com_sun_star_rendering_FillRule_idl__
20 #define __com_sun_star_rendering_FillRule_idl__
22 module 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:29
Fill every area, where, when traveling along a line, an uneven number of intersections with polygon e...
Definition: FillRule.idl:49
Fill every area, where, when traveling along a line, the summed winding number (that is...
Definition: FillRule.idl:42