Skip to content

Commit 79becbe

Browse files
committed
Update
1 parent 32f7317 commit 79becbe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CustomView/Advance/[7]Path_Over.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
添加内容 | addRect, addRoundRect, addOval, addCircle, addPath, addArc, arcTo | 添加(矩形, 圆角矩形, 椭圆, 圆, 路径, 圆弧) 到当前Path (注意addArc和arcTo的区别)
2020
是否为空 | isEmpty | 判断Path是否为空
2121
是否为矩形 | isRect | 判断path是否是一个矩形
22-
是否为凸多边形 | isConvex | 判断path是否是凸多边形
2322
替换路径 | set | 用新的路径替换到当前路径所有内容
2423
偏移路径 | offset | 对当前路径之前的操作进行偏移(不会影响之后的操作)
2524
贝塞尔曲线 | quadTo, cubicTo | 分别为二次和三次贝塞尔曲线的方法

0 commit comments

Comments
 (0)