Instead of using window.Clear(); (window being the name of my window) is there any way I can clear a specific sprite from the window instead of clearing the whole window then drawing all the sprites on it again?
-Edit
Ok, if I must clear all and rendraw everything then how do I prevent flickering?