---
title: AxisDirectionConvention.rightUpForward
framework: compositorservices
role: symbol
role_heading: Case
path: compositorservices/axisdirectionconvention/rightupforward
---

# AxisDirectionConvention.rightUpForward

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

## Declaration

```swift
case rightUpForward
```

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

## See Also

### Getting the axis directions

- [AxisDirectionConvention.rightUpBack](compositorservices/axisdirectionconvention/rightupback.md)
- [AxisDirectionConvention.rightDownBack](compositorservices/axisdirectionconvention/rightdownback.md)
- [AxisDirectionConvention.rightDownForward](compositorservices/axisdirectionconvention/rightdownforward.md)
