Skip to main content

ClipperFillRule

Type Alias ClipperFillRule 

Source
pub type ClipperFillRule = c_uint;
Expand description

Determines which subregions are ‘inside’ when paths self-intersect or overlap. EVEN_ODD toggles inside/outside on every edge crossing. NON_ZERO uses the winding-number sign — the conventional rule for polygons-with-holes data where holes wind opposite to their outer contour. POSITIVE and NEGATIVE only count windings of the matching sign, useful when direction has been baked into the input.