SDLSurface loadSurface(String file)
Arguments
file: The filename of a windows bitmap (BMPformat) image file.
Usage
Load the specified image file into a new surface. You can then copy all or part of this image file onto another surface (often the screen) using blitSurface.