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

# Image.Orientation.rightMirrored

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

## Declaration

```swift
case rightMirrored
```

## See Also

### Getting mirrored image orientation

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