Skip to content

Commit ca48558

Browse files
committed
Update
1 parent 012555a commit ca48558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CustomView/Advance/[05]Path_Basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ _The Path class encapsulates compound (multiple contour) geometric paths consist
5555
5656
**通俗解释(sloop个人版):**
5757

58-
**Path是封装了由直线和曲线(二次,三次贝塞尔曲线)构成的几何路径。你能用Canvas中的drawPath来把这条路径画出来(同样支持Paint的不同绘制模式),也可以用于剪裁画布和根据路径绘制文字。我们有时会用Path来描述一个图像的轮廓,所以也会称为轮廓线(轮廓线仅是Path的一种使用方法,两者并不等价)**
58+
**Path封装了由直线和曲线(二次,三次贝塞尔曲线)构成的几何路径。你能用Canvas中的drawPath来把这条路径画出来(同样支持Paint的不同绘制模式),也可以用于剪裁画布和根据路径绘制文字。我们有时会用Path来描述一个图像的轮廓,所以也会称为轮廓线(轮廓线仅是Path的一种使用方法,两者并不等价)**
5959

6060

6161
另外路径有开放和封闭的区别。

0 commit comments

Comments
 (0)