4.51.2.3.12. save() | Table of Contents | 4.51.2.3.14. saveToOffset() |
function saveToFile(var outFile:file):boolean; virtual;Remarks:
Saves a sprite to an open file. The responsibility of opening the file, seeking to the proper location, and closing the file is up to the application designer.
This method is useful for saving a sprite to a file stream.
Return value:TRUE if successful, FALSE if failure.
See also:4.51.2.3.12. save() | Table of Contents | 4.51.2.3.14. saveToOffset() |