Share

ImageList Class

Description

This .NET class wraps the AcTcImageList ObjectARX class.

ImageList is used to manage the images associated with a catalog item. Multiple images with different sizes can be associated with a catalog item. Images of closely matching size are used for rendering the image. The constructor of this class is protected, so it cannot be created. The pointer to this object can be obtained using CCatalogItem.GetImageList().

Class Hierarchy

Autodesk.AutoCAD.Windows.ToolPalette.ImageList

Visual Basic

Public sealed Class ImageList
Inherits DisposableWrapper

C#

public sealed class ImageList : DisposableWrapper;

Links

ImageList Methods, ImageList Properties

Was this information helpful?