Overview | This Package | All Packages
Constructors | Description |
ImageList | Creates an ImageList control. |
Methods | Description |
addImage | Adds one or more images derived from the specified bitmap or icon to the image list. |
draw | Draws the specified image. |
drawImage | Draws the specified image. |
getBitmap | Retrieves the specified image as a bitmap. |
getIcon | Creates and retrieves an icon based on the image and mask at the specified index. |
getImage | Retrieves the specified image. |
getImageCount | Retrieves the number of images in the image list. |
getImages | Retrieves all the images in the image list. |
getImageSize | Retrieves the size of images in the image list. |
getImageStream | Retrieves the stream to persist the image list to and depersist the image list from. |
getMaskColor | Retrieves the color used to generate masks for images in the image list. |
getUseMask | Retrieves a boolean value indicating whether the image list uses a mask. |
removeAll | Removes all images and masks from the image list. |
removeImage | Removes the specified image from the image list. |
replaceImage | Replaces the specified image with another image. |
setImages | Adds images to the the image list. |
setImageSize | Sets the size of images in the image list. |
setImageStream | Sets the stream to persist the image list to and depersist the image list from. |
setMaskColor | Sets the color used to generate masks for images in the image list. |
setUseMask | Sets a boolean value indicating whether the image list uses a mask. |