未验证 提交 50e2d563 编写于 作者: O openharmony_ci 提交者: Gitee

!20991 获取系统内置裁切路径的方法名称书写错误更正

Merge pull request !20991 from 末日拿铁/master
...@@ -164,8 +164,8 @@ let resManager = getContext().resourceManager ...@@ -164,8 +164,8 @@ let resManager = getContext().resourceManager
let drawable: DrawableDescriptor = (<LayeredDrawableDescriptor> (resManager.getDrawableDescriptor($r('app.media.icon') let drawable: DrawableDescriptor = (<LayeredDrawableDescriptor> (resManager.getDrawableDescriptor($r('app.media.icon')
.id))).getMask(); .id))).getMask();
``` ```
## LayeredDrawableDescriptor.getMashClipPath ## LayeredDrawableDescriptor.getMaskClipPath
static getMashClipPath(): string static getMaskClipPath(): string
LayeredDrawableDescriptor的静态方法,获取系统内置的裁切路径参数。 LayeredDrawableDescriptor的静态方法,获取系统内置的裁切路径参数。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册