---
title: AxisDirectionConvention.rightUpBack
framework: compositorservices
role: symbol
role_heading: Case
path: compositorservices/axisdirectionconvention/rightupback
---

# AxisDirectionConvention.rightUpBack

The convention that uses a counterclockwise winding order and positions the leading pixel at the top-left corner of the view.

## Declaration

```swift
case rightUpBack
```

## Discussion

Discussion This convention positions the left-most pixel at the left edge of the view and the top-most pixel at the top edge of the view, and the system renders with a counterclockwise winding order.

## See Also

### Getting the axis directions

- [AxisDirectionConvention.rightUpForward](compositorservices/axisdirectionconvention/rightupforward.md)
- [AxisDirectionConvention.rightDownBack](compositorservices/axisdirectionconvention/rightdownback.md)
- [AxisDirectionConvention.rightDownForward](compositorservices/axisdirectionconvention/rightdownforward.md)
