# OhosImageSize ## Overview The **OhosImageSize** struct defines the image size. **System capability**: SystemCapability.Multimedia.Image **Since**: 10 **Related module**: [Image](image.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | int32_t [width](#width) | Defines the image width, in pixels. | | int32_t [height](#height) | Defines the image height, in pixels. | ## Member Variable Description ### height ``` int32_t OhosImageSize::height ``` **Description** Defines the image height, in pixels. ### width ``` int32_t OhosImageSize::width ``` **Description** Defines the image width, in pixels.