SDL_GetCurrentDisplay and resizing?

So, after calling SDL_GetCurrentDisplay, and obtaining the dimensions of a display, what is the next step to resize any graphics that need to be resized from their original dimensions? I assume that I will have to do that manually, correct? I do not want things to be going off of the screen if SDL does not automatically resize any textures or rectangles that I may be using.