4.51.2.3.9. loadFromFile() | Table of Contents | 4.51.2.3.11. put() |
function loadFromOffset(const filename:string; offset:uInt32):boolean;Remarks:
Loads a sprite from an offset in a file into a sprite object.
This method is useful for loading one of multiple sprites which have been packed into a file.
Restrictions:Can only seek into a file up to 4GB in size.
Return value:TRUE if successful, FALSE if failure.
See also:4.51.2.3.9. loadFromFile() | Table of Contents | 4.51.2.3.11. put() |