# OhosPixelMapInfos ## Overview The **OhosPixelMapInfos** struct defines the information about a pixel map. **Since** 10 **Related Modules** [Image](image.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | [width](#width) | Image width, in pixels.| | [height](#height) | Image height, in pixels.| | [rowSize](#rowsize) | Number of bytes per row.| | [pixelFormat](#pixelformat) | Pixel format.| ## Member Variable Description ### height ``` uint32_t OhosPixelMapInfos::height ``` **Description** Image height, in pixels. ### pixelFormat ``` int32_t OhosPixelMapInfos::pixelFormat ``` **Description** Pixel format. ### rowSize ``` uint32_t OhosPixelMapInfos::rowSize ``` **Description** Number of bytes per row. ### width ``` uint32_t OhosPixelMapInfos::width ``` **Description** Image width, in pixels.