Vasiliy121 / anno-designer

Automatically exported from code.google.com/p/anno-designer
0 stars 0 forks source link

Asynchronous image export #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When saving to a file, you create a new AnnoCanvas in RenderToFile (still in 
AnnoCanvas.xaml.cs) with a reference to the current _placedObjects collection. 
Making a copy of it would allow you to remove any dependency for the new 
AnnoCanvas and render it asynchronously.

Original issue reported on code.google.com by jc.bern...@gmail.com on 21 Dec 2011 at 9:51

GoogleCodeExporter commented 8 years ago
This might also help people reporting application hangs when exporting images.

Original comment by jc.bern...@gmail.com on 21 Dec 2011 at 9:51

GoogleCodeExporter commented 8 years ago

Original comment by jc.bern...@gmail.com on 21 Dec 2011 at 9:55

GoogleCodeExporter commented 8 years ago
added in revision 48, needs some more testing though.

Original comment by jc.bern...@gmail.com on 24 Dec 2011 at 1:27