4.51.2.1.10. loadFromFile() | Table of Contents | 4.51.2.1.12. put() |
function loadFromOffset(const filename:string; offset:uInt32):boolean;Remarks:
Loads a blit from an offset in a file into a blit object.
This method is useful for loading one of multiple blits which have been packed into a file.
You can determine how big each blit is by calling getSize()
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.1.10. loadFromFile() | Table of Contents | 4.51.2.1.12. put() |