未验证 提交 bbf69ae9 编写于 作者: Z zengyawen 提交者: Gitee

add nativeapis

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 e235440e
# 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**<br>
Image height, in pixels.
### pixelFormat
```
int32_t OhosPixelMapInfo::pixelFormat
```
**Description**<br>
Pixel format.
### rowSize
```
uint32_t OhosPixelMapInfo::rowSize
```
**Description**<br>
Number of bytes in each line.
### width
```
uint32_t OhosPixelMapInfo::width
```
**Description**<br>
Image width, in pixels.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册