Surface.blitScaled - multiple declarations
Function Surface.blitScaled
Wraps SDL_BlitScaled
which blits/draws a dsdl
on top of the dsdl
at a specific
point as the top-left point of the drawn dsdl
with scaling
Parameters
Name | Description |
---|---|
source | dsdl to blit/draw |
destRect | dsdl of where source should be drawn (squeezes/stretches to the dimensions as well) |
Function Surface.blitScaled
Wraps SDL_BlitScaled
which blits/draws a dsdl
on top of the dsdl
at a specific
point as the top-left point of the drawn dsdl
with scaling
Parameters
Name | Description |
---|---|
source | dsdl to blit/draw |
destRect | dsdl of where source should be drawn (squeezes/stretches to the dimensions as well) |
srcRect | the clipping rect of source specifying which part is drawn |