---
title: init()
framework: coregraphics
role: symbol
role_heading: Initializer
path: coregraphics/cgmutablepath/init()
---

# init()

Creates a mutable graphics path.

## Declaration

```swift
init()
```

## Return Value

Return Value A new mutable path. You are responsible for releasing this object.
