# OH_NativeBuffer_Config ## Overview The **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. \@syscap SystemCapability.Graphic.Graphic2D.OH_NativeBuffer **Since** 9 **Related Modules** [OH_NativeBuffer](_o_h___native_buffer.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | width | Width, in pixels.| | height | Height, in pixels.| | format | Pixel map format.| | usage | Description of the buffer usage.|