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

# CGPathDrawingMode.stroke

Render a line along the path.

## Declaration

```swift
case stroke
```

## See Also

### Constants

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