1# OH_NativeBuffer_Config 2 3 4## Overview 5 6The **OH_NativeBuffer_Config** struct defines the **OH_NativeBuffer** attribute configuration, which is used when you apply for a new **OH_NativeBuffer** instance or query the attributes of an existing instance. 7 8\@syscap SystemCapability.Graphic.Graphic2D.OH_NativeBuffer 9 10**Since** 11 129 13 14**Related Modules** 15 16[OH_NativeBuffer](_o_h___native_buffer.md) 17 18 19## Summary 20 21 22### Member Variables 23 24| Name| Description| 25| -------- | -------- | 26| width | Width, in pixels.| 27| height | Height, in pixels.| 28| format | Pixel map format.| 29| usage | Description of the buffer usage.| 30