Path:路径
1 | //指定当前点为 current point,Quartz会跟踪current point一般执行完一个相关函数后,current point都会相应的改变。 |
Arcs:弧线
1 | void CGContextAddArc ( |
画椭圆,矩形
1 | void CGContextAddEllipseInRect ( |
Path:路径
1 | CGContextMoveToPoint设置起点 |
参考
ios绘图基础
http://liuyanwei.jumppo.com/2015/07/25/ios-draw-base.html
ios绘图demo,做一个涂鸦板(上)
http://liuyanwei.jumppo.com/2015/07/26/ios-draw-Graffiti.html
ios绘图demo,做一个涂鸦板(下)
http://liuyanwei.jumppo.com/2015/09/02/ios-draw-Graffiti-2.html
IOS绘制圆,直线,弧线,矩形,扇形,三角形,贝塞尔等图形:
http://blog.csdn.net/chocolateloveme/article/details/17246887
IOS开发UI篇—Quartz2D使用(绘图路径)
http://www.cnblogs.com/wendingding/p/3782679.html
Paths
http://donbe.blog.163.com/blog/static/138048021201052093633776/
IOS 使用Quartz 2D画虚线
http://blog.csdn.net/zhangao0086/article/details/7234859
- 本文作者: Linking
- 本文链接: https://linking.fun/2017/06/01/iOS绘图的副本/
- 版权声明: 版权所有,转载请注明出处!