AnyCAD Rapid API 2023
Help you to create a better world!
ImageList Class Reference
Inheritance diagram for ImageList:

Public Member Functions

 ImageList (Image[] initialElements)
 
 ImageList (Iterable< Image > initialElements)
 
Image get (int index)
 
Image set (int index, Image e)
 
boolean add (Image e)
 
void add (int index, Image e)
 
Image remove (int index)
 
int size ()
 
 ImageList (ImageList other)
 
long capacity ()
 
void reserve (long n)
 
boolean isEmpty ()
 
void clear ()
 
 ImageList (int count, Image value)