我正在使用C#.NET 3.5,在Windows CE中选取一个Graphics
的物体。
我使用的守则就是这样:
e.Graphics.DrawLine(new Pen(Color.FromArgb(11, 118, 200), 2), x1, y1, x2, y2);
然而,由于乞讨等原因,这项工作非常可怕。 我是否可引出一条反 alia的路线?
From what I can tell the Graphics
object doesn t support this natively but is there anyway to "cheat" this effect using some trickery?