# `GSDrawPath.endPosition`

*Instance Property*

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

## Declaration

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

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

```python
endPosition() -> CGPoint
```

