AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
ImageList类 参考
类 ImageList 继承关系图:

Public 成员函数

 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 ()
 
int capacity ()
 
void reserve (int n)
 
 ImageList (ImageList other)
 
boolean isEmpty ()
 
void clear ()
 
 ImageList (int count, Image value)