Surface.blit - multiple declarations
Function Surface.blit
Wraps SDL_BlitSurface
which blits/draws a dsdl
on top of the dsdl
at a specific
point as the top-left point of the drawn dsdl
without any scaling done
Parameters
Name | Description |
---|---|
source | dsdl to blit/draw |
destPoint | top-left dsdl of where source is drawn |
srcRect | the clipping rect of source specifying which part is drawn |
Function Surface.blit
Wraps SDL_BlitSurface
which blits/draws a dsdl
on top of the dsdl
at a specific
point as the top-left point of the drawn dsdl
without any scaling done
Parameters
Name | Description |
---|---|
source | dsdl to blit/draw |
destPoint | top-left dsdl of where source is drawn |