Wraps SDL_BlitScaled which blits/draws a dsdl2.Surface on top of the dsdl2.Surface at a specific point as the top-left point of the drawn dsdl2.Surface with scaling
dsdl2.Surface to blit/draw
dsdl2.Rect of where source should be drawn (squeezes/stretches to the dimensions as well)
the clipping rect of source specifying which part is drawn
See Implementation
Wraps SDL_BlitScaled which blits/draws a dsdl2.Surface on top of the dsdl2.Surface at a specific point as the top-left point of the drawn dsdl2.Surface with scaling