d2dlib icon indicating copy to clipboard operation
d2dlib copied to clipboard

Can I use OnRender from thread?

Open Vedan opened this issue 4 years ago • 2 comments

Hello,

Can I using draw on the D2DGraphics from thread?

Thanks, Paul

Vedan avatar Oct 27 '21 08:10 Vedan

I think it is possible.

jingwood avatar Oct 28 '21 01:10 jingwood

I am not sure it works. I have tried to do it, but since I need the graphics object and that is created in the main GUI thread I have had no luck to paint from a thread. Would love to make this working!

Paliscope avatar Oct 28 '21 19:10 Paliscope