---
title: cgPath
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/path/cgpath
---

# cgPath

An immutable path representing the elements in the path.

## Declaration

```swift
var cgPath: CGPath { get }
```

## See Also

### Getting the path’s characteristics

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