harmony 鸿蒙OH_Drawing_Image_Info
OH_Drawing_Image_Info
Overview
The OH_Drawing_Image_Info 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 format. For details, see OH_Drawing_ColorFormat. |
OH_Drawing_AlphaFormat alphaType | Alpha format. For details, see OH_Drawing_AlphaFormat. |
Member Variable Description
alphaType
OH_Drawing_AlphaFormat OH_Drawing_Image_Info::alphaType
Description
Alpha format. For details, see OH_Drawing_AlphaFormat.
colorType
OH_Drawing_ColorFormat OH_Drawing_Image_Info::colorType
Description
Color format. For details, see OH_Drawing_ColorFormat.
height
int32_t OH_Drawing_Image_Info::height
Description
Height, in pixels.
width
int32_t OH_Drawing_Image_Info::width
Description
Width, in pixels.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙DisplaySoloist_ExpectedRateRange
harmony 鸿蒙NativeColorSpaceManager
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦