Skip to content

getPath

获取数字路径。

关键属性

getPath ( curve?: boolean, pathForRender?: boolean): IPathCommandData

获取元素的数字路径(Canvas 绘图命令)。

curve 表示是否转换为曲线路径( M、L、C、Z ),pathForRender 表示是否获取最终的渲染路径(含圆角属性)。

归属

UI

Released under the MIT License.