-
-
Returns any Image in the collection.
-
-
Displays the number of elements in the Image.
-
-
Returns every Image in the collection.
-
-
Returns the first Image in the collection.
-
-
Returns the Image with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Image with the specified ID.
-
itemByName( |
name) |
→ Image |
-
Returns the Image with the specified name.
-
itemByRange( |
from, to) |
→ Image |
-
Returns the Images within the specified range.
from
|
The Image, index, or name at the beginning of the range. Can accept: Image, Long Integer or String.
|
to
|
The Image, index, or name at the end of the range. Can accept: Image, Long Integer or String.
|
-
-
Returns the last Image in the collection.
-
-
Returns the middle Image in the collection.
-
-
Returns the Image whose index follows the specified Image in the collection.
obj
|
Image
The Image whose index comes before the desired Image.
|
-
previousItem( |
obj) |
→ Image |
-
Returns the Image with the index previous to the specified index.
obj
|
Image
The index of the Image that follows the desired Image.
|
-
-
Generates a string which, if executed, will return the Image.