В этом разделе
Returns an image.
Синтаксис
var instance = new Vintasoft.Shared.WebImageCollectionJS();
var value; // Type: Vintasoft.Shared.WebImageJS
// Parameters
var index; // Type: number
value = instance.getImage(index);
Parameters
- index
- Zero-based index of image in image collection.
Return Value
Исключения
Исключение | Описание |
| Thrown if argument has wrong type. |
| Thrown if index is less than zero or index is equal to or greater than collection length. |
Смотрите также