# OhosPixelMapInfo ## Overview Defines the pixel map information. **Since:** 8 **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 in each line. | | [pixelFormat](#pixelformat) | Pixel format. | ## Member Variable Description ### height ``` uint32_t OhosPixelMapInfo::height ``` **Description**
Image height, in pixels. ### pixelFormat ``` int32_t OhosPixelMapInfo::pixelFormat ``` **Description**
Pixel format. ### rowSize ``` uint32_t OhosPixelMapInfo::rowSize ``` **Description**
Number of bytes in each line. ### width ``` uint32_t OhosPixelMapInfo::width ``` **Description**
Image width, in pixels.