SFML community forums

Bindings - other languages => DotNet => Topic started by: omeg on August 17, 2011, 01:26:28 am

Title: Invalid RenderWindow.Capture() method
Post by: omeg on August 17, 2011, 01:26:28 am
RenderWindow.Capture still exists in latest source and is bound to nonexistent export in csfml: sfRenderWindow_Capture. It should be removed since now the way to create screenshots is by Texture.Update().
Title: Invalid RenderWindow.Capture() method
Post by: Laurent on August 17, 2011, 07:45:49 am
Texture.Update() is not the new way to take screenshots, RenderWindow.Capture is back and... it was incorrectly not exported from csfml-graphics.

I'm fixing this, thanks for your feedback.
Title: Invalid RenderWindow.Capture() method
Post by: omeg on August 17, 2011, 11:16:26 am
Nice, thanks. :)