J'utilise le System.Drawing.Graphics.DrawLines(Pen pen, PointF[] points)
dans une application multithread, mais la méthode System.Drawing.Graphics
n'est pas partagé entre les threads.
Pourquoi il continue à jeter le System.InvalidOperationException: The object is currently in use elsewhere
?