var instance = new Vintasoft.Shared.WebImageCollectionJS(); var value; // Type: Vintasoft.Shared.WebImageJS // Parameters var index; // Type: number value = instance.getImage(index);
function getImage(
indexZero-based index of image in image collection.: number
) : WebImageJS;
Parameters
- index
- Zero-based index of image in image collection.
Return Value
WebImageJS object.