Class of image.
UIImage(<file>,[<isString>]) --> UIImage object.
UIIMAGE | Constructor. Create image widget. |
img := UIImage("icon.xpm")
Andrey Cherepanov <<skull@eas.lrn.ru>>
No dependies of platform.
Constructor. Create image widget.
UIImage(<file>,[<isString>]) --> UIImage object.
<file> | - String or number. File name, identifier of system image or content of image file. Identifiers are described in function getSysImage(). |
<isString> | - Boolean. Flag to interpret file parameter as image content. |
Returns NIL.