Wow, I feel like an idiot. I looked at my Image.hpp file and it showed the header for CopyScreen():
bool CopyScreen(RenderWindow& window, const IntRect& sourceRect = IntRect(0, 0, 0, 0));
There is a default Rect, so I don't need to supply one. Herp derp!
myImage.CopyScreen(App);