1# ArkUI_IntOffset 2 3 4## Overview 5 6Sets the position for a component. 7 8**Since**: 12 9 10**Related module**: [ArkUI_NativeModule](_ark_u_i___native_module.md) 11 12 13## Summary 14 15 16### Member Variables 17 18| Name| Description| 19| -------- | -------- | 20| int32_t [x](#x) | Horizontal coordinate, in px. | 21| int32_t [y](#y) | Vertical coordinate, in px. | 22 23 24## Member Variable Description 25 26 27### x 28 29``` 30int32_t ArkUI_IntOffset::x 31``` 32**Description** 33 34Horizontal coordinate, in px. 35 36 37### y 38 39``` 40int32_t ArkUI_IntOffset::y 41``` 42**Description** 43 44Vertical coordinate, in px. 45<!--no_check-->