---
title: currentPoint
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/path/currentpoint
---

# currentPoint

Returns the last point in the path, or nil if the path contains no points.

## Declaration

```swift
var currentPoint: CGPoint? { get }
```

## See Also

### Getting the path’s characteristics

- [boundingRect](swiftui/path/boundingrect.md)
- [cgPath](swiftui/path/cgpath.md)
- [contains(_:eoFill:)](swiftui/path/contains(_:eofill:).md)
- [description](swiftui/path/description.md)
- [isEmpty](swiftui/path/isempty.md)
