Use the $original as the $result.
级联的当前最终值.
添加模型的路径。
parentModel.paths[pathId] = childPath;
The model to add to.
The id of the path.
(default false) ????????????????????????????
this cascade container, this.$result will be The original path (for cascading).
通过延长或缩短路径来更改路径.
要在路径中添加或删除的长度数字量。使用正数延长,负数缩短。缩短时:此函数不会更改路径,如果生成的路径长度小于或等于零,则返回 null.
(default false) 可选标志,用于从起点而不是路径末尾更改.
this cascade container, this.$result will be 原始路径(用于级联),如果无法更改路径,则为 null.
将一条路径一分为二。提供的路径将在提供的中断点处结束, 返回一条新路径,该路径从 pointOfBreak 开始,到提供的路径的初始终点结束. 对于 Circle,原始路径将就地转换为 Arc,并返回 null.
The point at which to break the path.
this cascade container, this.$result will be 当路径类型为直线或圆弧时,相同类型的新路径。为圆返回空值.
将路径居中位于 [0, 0].
this cascade container, this.$result will be The original path (for cascading).
创建路径的克隆。这比克隆对象更快.
可选点移动路径相对距离.
this cascade container, this.$result will be Cloned path.
将一个路径的属性复制到另一个路径.
The destination path to copy property values to.
this cascade container, this.$result will be The source path.
设置路径的属性数据。
pathContext.data = data;
The data
this cascade container, this.$result will be The original path (for cascading).
设置路径图层.
pathContext.layer = layer;
The layer name.
this cascade container, this.$result will be The original path (for cascading).
创建路径的克隆,在 x 轴和 y 轴上或两个轴上镜像.
Boolean to mirror on the x axis.
Boolean to mirror on the y axis.
this cascade container, this.$result will be Mirrored path.
将路径移动到绝对点.
The new origin for the path.
this cascade container, this.$result will be The original path (for cascading).
按相对量移动路径的原点.
作为点对象的 x 和 y 调整.
可选的布尔值减去而不是加法.
this cascade container, this.$result will be The original path (for cascading).
旋转路径.
旋转量,以度为单位.
(default [0, 0]) 旋转中心点.
this cascade container, this.$result will be The original path (for cascading).
缩放路径.
缩放量.
缩放的基点.
this cascade container, this.$result will be The original path (for cascading).
移动路径,使其边界框从 [0, 0] 开始.
this cascade container, this.$result will be The original path (for cascading).
Generated using TypeDoc
级联的初始上下文对象.