# Image_Size ## Overview The Image_Size struct describes the image size. **Since**: 12 **Related module**: [Image_NativeModule](capi-image-nativemodule.md) **Header file**: [image_common.h](capi-image-common-h.md) ## Summary ### Member Variables | Name| Description| | -- | -- | | uint32_t width | Image width, in px.| | uint32_t height | Image height, in px.|