---
title: AxisDirectionConvention.rightDownForward
framework: compositorservices
role: symbol
role_heading: Case
path: compositorservices/axisdirectionconvention/rightdownforward
---

# AxisDirectionConvention.rightDownForward

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

## Declaration

```swift
case rightDownForward
```

## 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 clockwise winding order.

## See Also

### Getting the axis directions

- [AxisDirectionConvention.rightUpBack](compositorservices/axisdirectionconvention/rightupback.md)
- [AxisDirectionConvention.rightUpForward](compositorservices/axisdirectionconvention/rightupforward.md)
- [AxisDirectionConvention.rightDownBack](compositorservices/axisdirectionconvention/rightdownback.md)
