d2dlib
d2dlib copied to clipboard
Can I use OnRender from thread?
Hello,
Can I using draw on the D2DGraphics from thread?
Thanks, Paul
I think it is possible.
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!