Image_Size
Overview
The Image_Size struct describes the image size.
Since: 12
Related module: Image_NativeModule
Summary
Member Variables
| Name | Description |
|---|---|
| uint32_t width | Image width, in px. |
| uint32_t 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.