Is possible to capture current look?

After I operate something in my application, I’d like to capture a region like a screenshot.

is there a way ? maybe not because Juce allocates temporal image for each component, but double checking.

probably you are looking for this:

Component::createComponentSnapshot

regards

Wonderful…!!! :lol: