How to get the current picture being rendered?
-
On 12/04/2018 at 06:03, xxxxxxxx wrote:
Let's consider the picture being rendered in the Picture Viewer.
Is it possible to get access to it, while it is still being rendered? -
On 13/04/2018 at 02:17, xxxxxxxx wrote:
Hi Rui,
Do you want to hook to the current rendering process or not?
If not, you can use RenderDocument() in order to make the render, so you have control over everything, the frame and the final bitmap is up to you to expose it in the picture viewer or not.
In other cases I'm afraid is something not possible.Cheers,
Maxime -
On 13/04/2018 at 04:01, xxxxxxxx wrote:
What I would like to have access to, is the frame currently being rendered in the Picture Viewer, at any stage of the render.
-
On 13/04/2018 at 06:01, xxxxxxxx wrote:
Hi Rui Batista,
I'm afraid is something not possible even in C++.
Only completed picture can be retrieved from the picture viewer in some situation.But you can be sure it's something we consider for future versions.
Cheers,
Maxime -
On 13/04/2018 at 06:50, xxxxxxxx wrote:
Thank you so much, Maxime.