Method SDL.Surface()->blit()
- Method
blit
objectblit(SDL.Surfacedst,SDL.Rect|voidsrcrect,SDL.Rect|voiddstrect)- Description
Perform a blit from this surface to the
dstsurface.- Parameter
dst Destination Surface for the blit.
- Parameter
srcrect Optional source Rect. If UNDEFINED the entire source Surface will be copied.
- Parameter
dstrect Optional destination Rect. Only the position fields x and y values are used. If UNDEFINED the blit will be performed to position 0, 0.