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.
iPhone用のMSペイントのようなアプリで遊んでいます。以下を使用して、Quartz でハード ラインを描画する方法を知っています。
CGContextSetLineWidth( context, 10.0 ); CGContextSetLineCap( context, kCGLineCapRound );
鉛筆効果やブラシなどの効果はどのように作成されるのだろうか? 誰にも手がかりやチュートリアルがありますか?