文件名称:Quartz2D绘图代码(绘制曲线)
文件大小:42KB
文件格式:ZIP
更新时间:2018-04-28 08:16:39
quartz2D/IOS
Quartz 2D提供了CGContextAddCurveToPoint()和CGContextAddQuadCurveToPoint()两个函数向CGContextRef的当前路径上添加曲线,前者用于添加贝塞尔曲线,后者用于添加二次曲线。
【文件预览】:
AddArcTest
----.DS_Store(6KB)
----AddArcTest.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(13KB)
----AddArcTest()
--------FKViewController.m(378B)
--------en.lproj()
--------main.m(361B)
--------FKArcView.m(735B)
--------FKAppDelegate.m(2KB)
--------AddArcTest-Info.plist(1KB)
--------FKArcView.h(225B)
--------Base.lproj()
--------Images.xcassets()
--------FKViewController.h(249B)
--------AddArcTest-Prefix.pch(317B)
--------FKAppDelegate.h(311B)