# ImageEffect_Size ## Overview The **ImageEffect_Size** struct describes the image size. **System capability**: SystemCapability.Multimedia.ImageEffect.Core **Since**: 12 **Related module**: [ImageEffect](_image_effect.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | int32_t [width](#width) | Image width, in px. | | int32_t [height](#height) | Image height, in px. | ## Member Variable Description ### height ``` int32_t ImageEffect_Size::height ``` **Description** Image height, in px. ### width ``` int32_t ImageEffect_Size::width ``` **Description** Image width, in px.