From a50577cf4525fb32200134c91127466a52b88eb3 Mon Sep 17 00:00:00 2001 From: sloop Date: Sun, 22 May 2016 21:31:10 +0800 Subject: [PATCH] Update --- CustomView/Advance/[5]Path_Basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CustomView/Advance/[5]Path_Basic.md b/CustomView/Advance/[5]Path_Basic.md index ddd535d..7612523 100644 --- a/CustomView/Advance/[5]Path_Basic.md +++ b/CustomView/Advance/[5]Path_Basic.md @@ -28,7 +28,7 @@ rXxx方法 | rMoveTo, rLineTo, rQuadTo, rCubicTo | **不带r的方法是基于 提示方法 | incReserve | 提示Path还有多少个点等待加入**(这个方法貌似会让Path优化存储结构)** 布尔操作(API19) | op | 对两个Path进行布尔运算(即取交集、并集等操作) 计算边界 | computeBounds | 计算Path的边界 -重置路径 | reset, rewind | 清除Path中的内容(**reset相当于重置到new Path阶段,rewind会保留Path的数据结构**) +重置路径 | reset, rewind | 清除Path中的内容
**reset不保留内部数据结构,但会保留FillType.**
**rewind会保留内部的数据结构,但不保留FillType** 矩阵操作 | transform | 矩阵变换