# Image_Size ## Overview The Image_Size struct describes the image size. **Since**: 12 **Related module**: [Image_NativeModule](_image___native_module.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | uint32_t [width](#width) | Image width, in px. | | uint32_t [height](#height) | Image height, in px. | ## Member Variable Description ### height ``` uint32_t Image_Size::height ``` **Description** Image height, in px. ### width ``` uint32_t Image_Size::width ``` **Description** Image width, in px.