Hello everyone.
I want to create off-screen images by Canvases in multi-thread environment.
I know that I use methods of GraphicsContext2D to draw on Canvas.
Can I do this on Canvas which is not added to Scene ?
How can I get an image from a canvas after I invoke GraphicsContext2D methods?
Can I get images in multi-thread environment ?
Best regards
Tadashi Ohmura