# `GSPenProtocol startPath:`

*Instance Method*

## Declaration

```swift
optional func startPath(_ attributes: [AnyHashable : Any]!)
```

```objc
- (void) startPath:(NSDictionary *) attributes;
```

```python
startPath_(attributes: dict)
```

