ArkUI_IntOffset

Overview

Sets the position for a component.

Since: 12

Related module: ArkUI_NativeModule

Summary

Member Variables

Name Description
int32_t x Horizontal coordinate, in px.
int32_t y Vertical coordinate, in px.

Member Variable Description

x

int32_t ArkUI_IntOffset::x

Description

Horizontal coordinate, in px.

y

int32_t ArkUI_IntOffset::y

Description

Vertical coordinate, in px.