В этом разделе
Adds an image to the end of the collection.
Синтаксис
var instance = new Vintasoft.Shared.WebImageCollectionJS();
var value; // Type: any
// Parameters
var image; // Type: WebImageJS
value = instance.add(image);
Parameters
- image
- WebImageJS to add.
Исключения
| Исключение | Описание |
| Thrown if argument has wrong type. |
| Thrown if image already exists in collection. |
Смотрите также