# ImageEffect_Size ## 概述 图像尺寸结构体。 **系统能力:** SystemCapability.Multimedia.ImageEffect.Core **起始版本:** 12 **相关模块:**[ImageEffect](_image_effect.md) ## 汇总 ### 成员变量 | 名称 | 描述 | | -------- | -------- | | int32_t [width](#width) | 图像宽度,单位:像素。 | | int32_t [height](#height) | 图像高度,单位:像素。 | ## 结构体成员变量说明 ### height ``` int32_t ImageEffect_Size::height ``` **描述** 图像高度,单位:像素。 ### width ``` int32_t ImageEffect_Size::width ``` **描述** 图像宽度,单位:像素。