---
title: Path.Element
framework: swiftui
role: symbol
role_heading: Enumeration
path: swiftui/path/element
---

# Path.Element

An element of a path.

## Declaration

```swift
@frozen enum Element
```

## Topics

### Getting path elements

- [Path.Element.closeSubpath](swiftui/path/element/closesubpath.md)
- [Path.Element.curve(to:control1:control2:)](swiftui/path/element/curve(to:control1:control2:).md)
- [Path.Element.line(to:)](swiftui/path/element/line(to:).md)
- [Path.Element.move(to:)](swiftui/path/element/move(to:).md)
- [Path.Element.quadCurve(to:control:)](swiftui/path/element/quadcurve(to:control:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Operating over path elements

- [forEach(_:)](swiftui/path/foreach(_:).md)
