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

# CGPathDrawingMode.fillStroke

First fill and then stroke the path, using the nonzero winding number rule.

## Declaration

```swift
case fillStroke
```

## See Also

### Constants

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