---
title: currentPointOfPath
framework: coregraphics
role: symbol
role_heading: Instance Property
path: coregraphics/cgcontext/currentpointofpath
---

# currentPointOfPath

Returns the current point in a non-empty path.

## Declaration

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

## See Also

### Examining the Current Graphics Path

- [boundingBoxOfPath](coregraphics/cgcontext/boundingboxofpath.md)
- [isPathEmpty](coregraphics/cgcontext/ispathempty.md)
- [pathContains(_:mode:)](coregraphics/cgcontext/pathcontains(_:mode:).md)
