我System.Drawing.Graphics.DrawLines(Pen pen, PointF[] points)
在多线程应用程序中使用该方法,但System.Drawing.Graphics
不在线程之间共享。
为什么一直在扔System.InvalidOperationException: The object is currently in use elsewhere
?
我System.Drawing.Graphics.DrawLines(Pen pen, PointF[] points)
在多线程应用程序中使用该方法,但System.Drawing.Graphics
不在线程之间共享。
为什么一直在扔System.InvalidOperationException: The object is currently in use elsewhere
?