SFML community forums

Help => Graphics => Topic started by: Tigre Pablito on July 26, 2018, 10:26:01 pm

Title: How to draw in an Image?
Post by: Tigre Pablito on July 26, 2018, 10:26:01 pm
Hello

Would someone have a good way or function for drawing a RectangleShape in an Image?

And an Image in another Image?

Thank you

(C# if possible please)
Title: Re: How to draw in an Image?
Post by: Stauricus on July 27, 2018, 05:45:02 am
use RenderTextures (https://www.sfml-dev.org/documentation/2.5.0/classsf_1_1RenderTexture.php).