harmony 鸿蒙ArkUI_IntSize

  • 2025-06-12
  • 浏览 (7)

ArkUI_IntSize

概述

尺寸类型,用于描述组件的宽高。

起始版本: 12。

相关模块:ArkUI_NativeModule

所在头文件: native_type.h

汇总

成员变量

名称 描述
int32_t width 宽度,单位为px。
int32_t height 高度,单位为px。

结构体成员变量说明

height

int32_t ArkUI_IntSize::height

描述:

高度,单位为px。

width

int32_t ArkUI_IntSize::width

描述:

宽度,单位为px。

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkUI(方舟UI框架)

harmony 鸿蒙ARKUI_TextPickerCascadeRangeContent

harmony 鸿蒙ARKUI_TextPickerRangeContent

harmony 鸿蒙ArkUI_AnimateCompleteCallback

harmony 鸿蒙ArkUI_AttributeItem

harmony 鸿蒙ArkUI_ColorStop

harmony 鸿蒙ArkUI_ContextCallback

harmony 鸿蒙ArkUI_EventModule

harmony 鸿蒙ArkUI_ExpectedFrameRateRange

harmony 鸿蒙ArkUI_IntOffset

0  赞