iPhone绘制线条粗细

时间:2010-01-24 01:07:54

标签: iphone line thickness

我的线条只有1像素厚。我该怎么加厚呢?我使用的是MontoTouch.net,但Objective-C的答案很好。

ctx.SetRGBStrokeColor (1,1,1, 1f);
ctx.MoveTo(130,110);
ctx.AddLineToPoint(200,200);
ctx.StrokePath();

1 个答案:

答案 0 :(得分:2)

ctx.LineWidth = 5;