OH_Drawing_Image_Info
typedef struct {...} OH_Drawing_Image_Info
Overview
This struct describes the image information.
Since: 12
Related module: Drawing
Header file: drawing_types.h
Summary
Member Variables
| Name | Description |
|---|---|
| int32_t width | Width, in pixels. |
| int32_t height | Height, in pixels. |
| OH_Drawing_ColorFormat colorType | Color type. |
| OH_Drawing_AlphaFormat alphaType | Alpha type. |