Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在玩一个类似 MS Paint 的 iPhone 应用程序。我知道如何在 Quartz 中绘制硬线:
CGContextSetLineWidth( context, 10.0 ); CGContextSetLineCap( context, kCGLineCapRound );
我想知道如何创建效果,例如铅笔效果或画笔?有没有人有线索或教程指向?