1# Image_Size 2 3## Overview 4 5The Image_Size struct describes the image size. 6 7**Since**: 12 8 9**Related module**: [Image_NativeModule](capi-image-nativemodule.md) 10 11**Header file**: [image_common.h](capi-image-common-h.md) 12 13## Summary 14 15### Member Variables 16 17| Name| Description| 18| -- | -- | 19| uint32_t width | Image width, in px.| 20| uint32_t height | Image height, in px.| 21