::

enum FillRule

Values
nonZero Fill every area, which is within one or more of the polyPolygons polygons. For example, a polyPolygon consisting of two concentric circles is filled the same way as if only the outer circle would exist.
evenOdd Fill every area, where, when travelling along a line, an uneven number of intersections with polygons have happened.
Values' Details
nonZero
nonZero,
Description
Fill every area, which is within one or more of the polyPolygons polygons. For example, a polyPolygon consisting of two concentric circles is filled the same way as if only the outer circle would exist.
evenOdd
evenOdd,
Description
Fill every area, where, when travelling along a line, an uneven number of intersections with polygons have happened.
Top of Page