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

# Image.Orientation.leftMirrored

A value that indicates a 90° clockwise rotation and horizontal flip of the image from the orientation of its original pixel data.

## Declaration

```swift
case leftMirrored
```

## See Also

### Getting mirrored image orientation

- [Image.Orientation.upMirrored](swiftui/image/orientation/upmirrored.md)
- [Image.Orientation.downMirrored](swiftui/image/orientation/downmirrored.md)
- [Image.Orientation.rightMirrored](swiftui/image/orientation/rightmirrored.md)
