1# OhosImageSize 2 3 4## Overview 5 6The **OhosImageSize** struct defines the image size. 7 8**Since** 9 1010 11 12**Related Modules** 13 14[Image](image.md) 15 16 17## Summary 18 19 20### Member Variables 21 22| Name| Description| 23| -------- | -------- | 24| [width](#width) | Defines the image width, in pixels.| 25| [height](#height) | Defines the image height, in pixels.| 26 27 28## Member Variable Description 29 30 31### height 32 33``` 34int32_t OhosImageSize::height 35``` 36 37**Description** 38 39Defines the image height, in pixels. 40 41 42### width 43 44``` 45int32_t OhosImageSize::width 46``` 47 48**Description** 49 50Defines the image width, in pixels. 51