SaveSDLSurfaceToStream Function
ImagingSDL

Saves SDL surface to stream in one of the formats supported by Imaging defined by Ext.

Pascal
function SaveSDLSurfaceToStream(const Ext: string; 
                                Stream: TStream; 
                                Surface: PSDL_Surface): Boolean;
File

ImagingSDL (at line 67)

Related Information
You are here: Symbol Reference > Functions > SaveSDLSurfaceToStream Function