---
title: "rotateRight(_:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/ikcameradeviceview/rotateright(_:)"
---

# rotateRight(_:)

Rotates the selected image to the right.

## Declaration

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

## Parameters

- `sender`: The object that sent the message.

## Discussion

Discussion This method is can be connected to a user interface item in Interface Builder.

## See Also

### Selected Item Rotation

- [canRotateSelectedItemsLeft](quartz/ikcameradeviceview/canrotateselecteditemsleft.md)
- [canRotateSelectedItemsRight](quartz/ikcameradeviceview/canrotateselecteditemsright.md)
- [rotateLeft(_:)](quartz/ikcameradeviceview/rotateleft(_:).md)
