Image List

Списки изображений - системные объекты Windows для упорядоченных списков иконок, представлены указателями в ОС Windows. OpenDCL кодирует указатели списка изображений  как имена объектов при их передаче в AutoLISP. Эти значения не являются действительными именами объектов, но они могут быть переданы в функции OpenDCL требующие список изображений, и OpenDCL будет интерпретировать их правильно, как указатели на список изображений. Use the Image List methods to manage image lists.

All images in an image list share one width and height, in pixels. That size is set when the first image is added to an empty list. In Studio, the first picture you import determines the size, and the width and height fields then become read-only. In AutoLISP, you may pass optional Width and Height to dcl-ImageList-SetAt when adding the first image; otherwise the first image's native size is used. Later images are scaled to that size. The size cannot be changed afterward. To use a different size, delete every image from the list and add them again, starting with an image of the desired size.