[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Component,MarshalByRefObject,Object,ImageList Info=Provides methods to manage a collection of Image objects. [Property] Name=Sets the name of the component. ARG(string)|2| ImageList=Set the list of images. ARG(string)|2| Constructor=Sets the Constructor of the ImageList class. ARG(enum)|14|0|Constructor,Constructor2 @ColorDepth=Gets the color depth of the image list. ARG(ColorDepth)|14|1|Depth4Bit,Depth8Bit,Depth16Bit,Depth24Bit,Depth32Bit Graphics=Sets the Graphics to draw on. ARG(Graphics)|20|(empty)|Graphics Index=Sets the index of the image in the ImageList to draw. ARG(int)|1|0 @ImageSize=Sets the size of the images in the image list. ARG(Size)|20|(empty)|Size @Tag=Sets an object that contains additional data about the ImageList. ARG(Object)|20|(empty)|Object @TransparentColor=Sets the color to treat as transparent. ARG(Color)|8|clDefault ##Bounds=Bounds at which to draw the image Point=Sets the location defined by a Point at which to draw the image. ARG(Point)|20|(empty)|Point Left=Sets the horizontal position at which to draw the image. ARG(int)|1|0 Top=Sets the vertical position at which to draw the image. ARG(int)|1|0 Width=Sets the width, in pixels, of the destination image. ARG(int)|1|0 Height=Sets the height, in pixels, of the destination image. ARG(int)|1|0 ## [Methods] *doConstructor=Initializes a new instance of the ImageList class with default values for ColorDepth, ImageSize, and TransparentColor. ARG()|1|0 *doConstructor2=Initializes a new instance of the ImageList class, associating it with a container. ARG(IContainer container)|1|0 *doDraw=Draws the image indicated by the specified index on the specified Graphics at the given location. ARG(Graphics g, Point pt, int index)|1|0 *doDraw2=Draws the image indicated by the given index on the specified Graphics at the specified location. ARG(Graphics g, int x, int y, int index)|1|0 *doDraw3=Draws the image indicated by the given index on the specified Graphics using the specified location and size. ARG(Graphics g, int x, int y, int width, int height, int index)|1|0 *doImageStream=Gets the ImageListStreamer associated with this image list. ARG(ImageListStreamer)|1|0 *onRecreateHandle=Occurs when the Handle is recreated. ARG(EventArgs)|2|0 *ColorDepth=Returns the color depth of the image list. ARG(ColorDepth)|3|0 *Handle=Returns the handle of the image list object. ARG(IntPtr)|3|0 *HandleCreated=Returns a value indicating whether the underlying Win32 handle has been created. ARG(bool)|3|104 ImageList=Returns the ImageList object. ARG(ImageList)|3|0 Images=Returns the ImageCollection for this image list. ARG(ImageCollection)|3|0 *ImageSize=Returns the size of the images in the image list. ARG(Size)|3|0 *ImageStream=Returns the ImageListStreamer associated with this image list. ARG(ImageListStreamer)|3|0 *Tag=Returns an object that contains additional data about the ImageList. ARG(Object)|3|0 *TransparentColor=Returns the color to treat as transparent. ARG(Color)|3|8 Container=Defines an object implementing IContainer to associate with this instance of ImageList. ARG(IContainer)|4|0 *graphics=Defines the Graphics to draw on. ARG(Graphics)|4|0 *height=Defines the height, in pixels, of the destination image. ARG(int)|4|1 *index=Defines the index of the image in the ImageList to draw. ARG(int)|4|1 *left=Defines the horizontal position at which to draw the image. ARG(int)|4|1 *point=Defines the location defined by a Point at which to draw the image. ARG(Point)|4|0 *top=Defines the vertical position at which to draw the image. ARG(int)|4|1 *width=Defines the width, in pixels, of the destination image. ARG(int)|4|1