4.51.2.1.13. saveToFile() | Table of Contents | 4.51.2.2. ogDisplay object |
function saveToOffset(const filename:string; offset:int32):boolean; virtual;Remarks:
Saves a blit to an offset in a file.
This method is useful for saving multiple blits into a file.
If the offset is -1 and the file exists the blit will be appended to the file.
Restrictions:Can only seek into a file up to 2GB in size.
Return value:TRUE if successful, FALSE if failure.
See also:4.51.2.1.13. saveToFile() | Table of Contents | 4.51.2.2. ogDisplay object |