# `GSDrawPath.startPosition`

*Instance Property*

For open paths, returns the first on-curve position of the path, otherwise `GSPointNull`.

## Declaration

```swift
var startPosition: CGPoint { get }
```

```objc
@property (nonatomic, readonly) CGPoint startPosition;
```

```python
startPosition() -> CGPoint
```

