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 | dsdlto blit/draw | 
| destPoint | top-left dsdlof wheresourceis drawn | 
| srcRect | the clipping rect of sourcespecifying 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 | dsdlto blit/draw | 
| destPoint | top-left dsdlof wheresourceis drawn |