1# drawing_pixel_map.h 2 3 4## Overview 5 6The **drawing_pixel_map.h** file declares the functions related to the pixel map in the drawing module. 7 8**File to include**: <native_drawing/drawing_pixel_map.h> 9 10**Library**: libnative_drawing.so 11 12**Since**: 12 13 14**Related module**: [Drawing](_drawing.md) 15 16 17## Summary 18 19 20### Functions 21 22| Name| Description| 23| -------- | -------- | 24| [OH_Drawing_PixelMap](_drawing.md#oh_drawing_pixelmap) \* [OH_Drawing_PixelMapGetFromNativePixelMap](_drawing.md#oh_drawing_pixelmapgetfromnativepixelmap) (NativePixelMap_ \*) | Obtains the pixel map defined by this module from a pixel map defined by the image framework.| 25| [OH_Drawing_PixelMap](_drawing.md#oh_drawing_pixelmap) \* [OH_Drawing_PixelMapGetFromOhPixelMapNative](_drawing.md#oh_drawing_pixelmapgetfromohpixelmapnative) (OH_PixelmapNative \*) | Obtains the pixel map defined by this module from a pixel map defined by the image framework.| 26| void [OH_Drawing_PixelMapDissolve](_drawing.md#oh_drawing_pixelmapdissolve) ([OH_Drawing_PixelMap](_drawing.md#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](_drawing.md#oh_drawing_pixelmapgetfromnativepixelmap) or [OH_Drawing_PixelMapGetFromOhPixelMapNative](_drawing.md#oh_drawing_pixelmapgetfromohpixelmapnative).| 27