---
title: UIImage.Orientation.downMirrored
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiimage/orientation/downmirrored
---

# UIImage.Orientation.downMirrored

The image has been vertically flipped from the orientation of its original pixel data.

## Declaration

```swift
case downMirrored
```

## Discussion

Discussion If an image is encoded with this orientation, then displayed by software unaware of orientation metadata, the image appears vertically flipped. (Alternatively, the image is rotated 180° and then flipped horizontally.)

## See Also

### Related Documentation

- [CGImagePropertyOrientation.downMirrored](imageio/cgimagepropertyorientation/downmirrored.md)

### Image orientations

- [UIImage.Orientation.up](uikit/uiimage/orientation/up.md)
- [UIImage.Orientation.down](uikit/uiimage/orientation/down.md)
- [UIImage.Orientation.left](uikit/uiimage/orientation/left.md)
- [UIImage.Orientation.right](uikit/uiimage/orientation/right.md)
- [UIImage.Orientation.upMirrored](uikit/uiimage/orientation/upmirrored.md)
- [UIImage.Orientation.leftMirrored](uikit/uiimage/orientation/leftmirrored.md)
- [UIImage.Orientation.rightMirrored](uikit/uiimage/orientation/rightmirrored.md)
