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.
私の線の太さはわずか 1 ピクセルです。どうすれば厚くできますか?私はMontoTouch.netを使用していますが、答えはObjective-Cで問題ありません。
ctx.SetRGBStrokeColor (1,1,1, 1f); ctx.MoveTo(130,110); ctx.AddLineToPoint(200,200); ctx.StrokePath();
ctx.LineWidth = 5;