Skip to content

Commit 6db7e52

Browse files
committed
Update
1 parent e06ef7a commit 6db7e52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CustomView/Advance/[7]Path_Over.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rXxx方法 | rMoveTo, rLineTo, rQuadTo, rCubicTo | **不带r的方法是基于
2727
提示方法 | incReserve | 提示Path还有多少个点等待加入**(这个方法貌似会让Path优化存储结构)**
2828
布尔操作(API19) | op | 对两个Path进行布尔运算(即取交集、并集等操作)
2929
计算边界 | computeBounds | 计算Path的边界
30-
重置路径 | reset, rewind | 清除Path中的内容(**reset相当于重置到new Path阶段,rewind会保留Path的数据结构**)
30+
重置路径 | reset, rewind | 清除Path中的内容<bt/>**reset不保留内部数据结构,但会保留FillType.**<br/>**rewind会保留内部的数据结构,但不保留FillType**
3131
矩阵操作 | transform | 矩阵变换
3232

3333

0 commit comments

Comments
 (0)