Render preview window
-
On 26/05/2013 at 06:54, xxxxxxxx wrote:
I like to create a small preview window, so that the user can see what changes when he is changing some parameters. In fact, I'm trying to do the same as Nitromans MagicPreview.
What is the best way to do this? -
On 26/05/2013 at 06:56, xxxxxxxx wrote:
1. Create a dialog with a user area in it
2. Use RenderDocument() to render the document
3. Draw the rendered image into the user area -
On 26/05/2013 at 07:25, xxxxxxxx wrote:
Thanks for the quick reply.
Sounds very easy.