# `GSPenProtocol beginPath`

*Instance Method*

starts an empty new path

## Declaration

```swift
optional func beginPath()
```

```objc
- (void) beginPath;
```

```python
beginPath()
```

