# 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| | -------- | -------- | | [width](#width) | Defines the image width, in pixels.| | [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.