---
title: "rotateImageRight(_:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/ikimageview/rotateimageright(_:)"
---

# rotateImageRight(_:)

Rotates the image right (clockwise).

## Declaration

```swift
@IBAction func rotateImageRight(_ sender: Any!)
```

## Parameters

- `sender`: Typically the object that invoked this method.

## See Also

### Manipulating the Image in a View

- [setRotationAngle(_:center:)](quartz/ikimageview/setrotationangle(_:center:).md)
- [setImageZoomFactor(_:center:)](quartz/ikimageview/setimagezoomfactor(_:center:).md)
- [zoomImageToFit(_:)](quartz/ikimageview/zoomimagetofit(_:).md)
- [zoomImageToActualSize(_:)](quartz/ikimageview/zoomimagetoactualsize(_:).md)
- [zoomImage(to:)](quartz/ikimageview/zoomimage(to:).md)
- [zoomIn(_:)](quartz/ikimageview/zoomin(_:).md)
- [zoomOut(_:)](quartz/ikimageview/zoomout(_:).md)
- [crop(_:)](quartz/ikimageview/crop(_:).md)
- [flipImageHorizontal(_:)](quartz/ikimageview/flipimagehorizontal(_:).md)
- [flipImageVertical(_:)](quartz/ikimageview/flipimagevertical(_:).md)
- [rotateImageLeft(_:)](quartz/ikimageview/rotateimageleft(_:).md)
