harmony 鸿蒙drawing_pixel_map.h
drawing_pixel_map.h
Overview
The drawing_pixel_map.h file declares the functions related to the pixel map in the drawing module.
File to include: <native_drawing/drawing_pixel_map.h>
Library: libnative_drawing.so
Since: 12
Related module: Drawing
Summary
Functions
Name | Description |
---|---|
OH_Drawing_PixelMap * OH_Drawing_PixelMapGetFromNativePixelMap (NativePixelMap_ *) | Obtains the pixel map defined by this module from a pixel map defined by the image framework. |
OH_Drawing_PixelMap * OH_Drawing_PixelMapGetFromOhPixelMapNative (OH_PixelmapNative *) | Obtains the pixel map defined by this module from a pixel map defined by the image framework. |
void OH_Drawing_PixelMapDissolve (OH_Drawing_PixelMap *) | Removes the relationship between a pixel map defined by this module and a pixel map defined by the image framework. The relationship is established by calling OH_Drawing_PixelMapGetFromNativePixelMap or OH_Drawing_PixelMapGetFromOhPixelMapNative. |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙DisplaySoloist_ExpectedRateRange
harmony 鸿蒙NativeColorSpaceManager
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦