4.51.2.1.9. init() | Table of Contents | 4.51.2.1.11. loadFromOffset() |
function loadFromFile(var inFile:file):boolean;Remarks:
Loads a blit from 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 loading one of multiple blits from a file stream.
You can determine how big each blit is by calling getSize()
Restrictions:File must be open and positioned to a valid blit.
Return value:TRUE if successful, FALSE if failure.
See also:4.51.2.1.9. init() | Table of Contents | 4.51.2.1.11. loadFromOffset() |