BBjImageManager::loadImageFromImageList
Description
In BBj 5.0 and higher, this method loads a BBjImage object from an image list.
Syntax
Return Value |
Method |
loadImageFromImageList(int id, int index) |
Parameters
Variable |
Description |
id |
Image list ID. |
index |
Zero-based index of the image to be loaded. |
Return Value
Returns the image as a BBjImage object.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.