Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | image |
This function can be used to find out whether the Image tool is open or not.
- im := imagemaketestimage('zz') - im.isopen() T - im.close() - im.isopen() F - im.open('zz') F - im.isopen() T