---
title: CGPathDrawingMode.fill
framework: coregraphics
role: symbol
role_heading: Case
path: coregraphics/cgpathdrawingmode/fill
---

# CGPathDrawingMode.fill

Render the area contained within the path using the non-zero winding number rule.

## Declaration

```swift
case fill
```

## See Also

### Constants

- [CGPathDrawingMode.eoFill](coregraphics/cgpathdrawingmode/eofill.md)
- [CGPathDrawingMode.stroke](coregraphics/cgpathdrawingmode/stroke.md)
- [CGPathDrawingMode.fillStroke](coregraphics/cgpathdrawingmode/fillstroke.md)
- [CGPathDrawingMode.eoFillStroke](coregraphics/cgpathdrawingmode/eofillstroke.md)
