Properties:
Methods:
The ImageList class represents a list of Image objects.
Get the ImageList object associated with the a Frame of tracking data by calling Frame::images(). Get the most recent set of images, which can be newer than the images used to create the current frame, by calling Controller::images().
Public Functions
- Since
- 2.1.0
Propertyint Count
The number of images in this list.
- Return
- The number of images in this list.
- Since
- 2.1.0
bool IsEmpty
Reports whether the list is empty.
- Return
- True, if the list has no members.
- Since
- 2.1.0