---
title: Image.Orientation.left
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/image/orientation/left
---

# Image.Orientation.left

A value that indicates a 90° counterclockwise rotation from the orientation of its original pixel data.

## Declaration

```swift
case left
```

## See Also

### Getting image orientations

- [Image.Orientation.up](swiftui/image/orientation/up.md)
- [Image.Orientation.down](swiftui/image/orientation/down.md)
- [Image.Orientation.right](swiftui/image/orientation/right.md)
