---
title: AxisDirectionConvention.rightDownBack
framework: compositorservices
role: symbol
role_heading: Case
path: compositorservices/axisdirectionconvention/rightdownback
---

# AxisDirectionConvention.rightDownBack

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

## Declaration

```swift
case rightDownBack
```

## Discussion

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

## See Also

### Getting the axis directions

- [AxisDirectionConvention.rightUpBack](compositorservices/axisdirectionconvention/rightupback.md)
- [AxisDirectionConvention.rightUpForward](compositorservices/axisdirectionconvention/rightupforward.md)
- [AxisDirectionConvention.rightDownForward](compositorservices/axisdirectionconvention/rightdownforward.md)
