В этом разделе
Removes specified image from the collection.
Синтаксис
var instance = new Vintasoft.Shared.WebImageCollectionJS();
var value; // Type: any
// Parameters
var image; // Type: WebImageJS
value = instance.remove(image);
Parameters
- image
- WebImageJS to remove.
Исключения
| Исключение | Описание |
| Thrown if argument has wrong type. |
| Thrown if collection does not contain specified image. |
Смотрите также