ImageList Class¶
Namespace: id3.Face
Definition¶
Represents a list of images.
Properties¶
Iteration¶
This class supports iteration in Dart, C#, Java and Python.
Methods¶
Name |
Description |
|---|---|
Adds an item to the ImageList object. |
|
Clears the ImageList object. |
|
Clones the ImageList object. |
|
Gets an item of the ImageList object. |
|
Gets the number of elements in the ImageList object. |
|
Removes an element of the ImageList object. |
|
ImageList object. |
|
Sets an item of the ImageList object. |