Contents

CGPathFillRule

Rules for determining which regions are interior to a path, used by the Fillpath(using:) and Clip(using:) methods.

Declaration

enum CGPathFillRule

Overview

When filling a path, regions that a fill rule defines as interior to the path are painted. When clipping with a path, regions interior to the path remain visible after clipping.

Topics

Enumeration Cases

See Also

Constants