如何在增加笔划大小的情况下在ios中划线?

时间:2012-04-16 10:49:23

标签: ios path drawing stroke

如果我们使用

描绘路径,我正在开发一个简单的绘画应用程序
CGContextMoveToPoint(cacheContext, point1.x, point1.y);
CGContextAddCurveToPoint(cacheContext, ctrl1_x, ctrl1_y, ctrl2_x, ctrl2_y, point2.x, point2.y);
CGContextStrokePath(cacheContext);

笔划大小保持不变,我希望我的笔画最后变宽

0 个答案:

没有答案