Skip to main content
A newer version of this page is available. .

ImageCollection.DrawImageListImage Method

Name Parameters Description
DrawImageListImage(GraphicsCache, Image, Object, Int32, Rectangle, Boolean) static cache, image, images, index, bounds, enabled Draws the image.
DrawImageListImage(GraphicsCache, Image, Object, Int32, Rectangle, ImageAttributes) static cache, image, images, index, bounds, attributes Draws the specified image using the specified paint settings.
DrawImageListImage(GraphicsCache, Object, Int32, Rectangle, ISvgPaletteProvider) static cache, images, index, bounds, palette Draws the specified image using the specified paint settings.
DrawImageListImage(GraphicsCache, Object, Int32, Rectangle, Boolean, ISvgPaletteProvider) static cache, images, index, bounds, enabled, palette Draws the specified image using the specified paint settings.
DrawImageListImage(GraphicsCache, Object, Int32, Rectangle, Boolean) static cache, images, index, bounds, enabled Draws the image.
DrawImageListImage(GraphicsCache, Object, Int32, Rectangle, ImageAttributes, ISvgPaletteProvider) static cache, images, index, bounds, attributes, palette Draws the specified image using the specified paint settings.
DrawImageListImage(GraphicsCache, Object, Int32, Rectangle, ImageAttributes) static cache, images, index, bounds, attributes Draws the specified image using the specified paint settings.
DrawImageListImage(GraphicsCache, Object, Int32, Rectangle) static cache, images, index, bounds Draws the specified image at the specified location.
DrawImageListImage(GraphicsInfoArgs, Object, Int32, Rectangle, Boolean) static info, images, index, bounds, enabled Draws the specified image in the specified state and at the specified location.