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

update image native apis

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 60515c3b
# OhosPixelMapCreateOps
## 概述
用于定义创建 pixel map 设置选项的相关信息.
**Since:**
9
**相关模块:**
[Image](image.md)
## 汇总
### 成员变量
| 名称 | 描述 |
| -------- | -------- |
| [width](#width) | 图片的宽,用pixels表示。 |
| [height](#height) | 图片的高,用pixels表示。 |
| [pixelFormat](#pixelformat) | 图片的格式。 |
| [editable](#editable) | 图片的编辑类型。 |
| [alphaType](#alphatype) | 图片的alpha类型。 |
| [scaleMode](#scalemode) | 图片的缩放类型。 |
## 结构体成员变量说明
### alphaType
```
uint32_t OhosPixelMapCreateOps::alphaType
```
**描述:**
图片的alpha类型。
### editable
```
uint32_t OhosPixelMapCreateOps::editable
```
**描述:**
图片的编辑类型。
### height
```
uint32_t OhosPixelMapCreateOps::height
```
**描述:**
图片的高,用pixels表示。
### pixelFormat
```
int32_t OhosPixelMapCreateOps::pixelFormat
```
**描述:**
图片的格式。
### scaleMode
```
uint32_t OhosPixelMapCreateOps::scaleMode
```
**描述:**
图片的缩放类型。
### width
```
uint32_t OhosPixelMapCreateOps::width
```
**描述:**
图片的宽,用pixels表示。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册