|
DeleteImageRange | ||
DeleteImageRange StartingImageNumber, EndingImageNumber | ||
Parameters: StartingImageNumber = The Starting image number of the range you wish to delete EndingImageNumber = The ending image number of the range you wish to delete |
||
Returns: NONE | ||
DeleteImageRange will run through a range of images indexes and proceed to free any images within this range that are in use. FACTS: * Attempting to delete an Image that is not currently in use, will produce an error. See: GetImageStatus * Once an image has been deleted from the memory, there is no way to retrieve it without loading it recreating a new version. Mini Tutorial: A small example to create 10 images between Image Indexes 1 and 10, then delete the top half of them.
This example would output.
|
Related Info: | CreateFxImage | CreateImage | DeleteAllImages | DeleteImage | LoadImage | NewFxImage | NewImage : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |