|
GetImageStatus | ||
Flag = GetImageStatus(ImageIndex) | ||
Parameters: ImageIndex = The Image you wish to query |
||
Returns: Flag = This flags holds the state of the image. 0 = Not in use, 1 = created) |
||
GetImageStatus() returns that status of selected image. If the image exists (has been created) the function will return True value (1), if it hasn't been created, GetImageStatus returns a False (0) Return Flags 0 = Image doesn't exist 1 = Image exists FACTS: * none Mini Tutorial: How to create an image and the retrieve it's dimensions information.
This example would output.
|
Related Info: | CreateImage | DeleteImage | GetImageHeight | GetImageType | GetImageWidth | NewImage : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |