未验证 提交 4270b96f 编写于 作者: 田雨 提交者: Gitee

update zh-cn/application-dev/ui/arkts-graphics-display.md.

Signed-off-by: N田雨 <tianyu55@huawei.com>
上级 1fe6b777
......@@ -168,7 +168,8 @@ PixelMap是图片解码后的像素图,具体用法请参考[图片开发指
```ts
let code = data.responseCode;
if (ResponseCode.ResponseCode.OK === code) {
let imageSource = image.createImageSource(data.result);
let res: any = data.result
let imageSource = image.createImageSource(res);
let options = {
alphaType: 0, // 透明度
editable: false, // 是否可编辑
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册