SDL2Surface.blit

Perform a fast surface copy of given source surface to this destination surface.

class SDL2Surface
void
blit
(,
SDL_Rect srcRect
,
SDL_Rect dstRect
)

Throws

SDL2Exception on error.

See Also

Meta