Skip to main content

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, ColorMatrix) static cache, image, images, index, bounds, matrix Draws the image using the specified paint settings.
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, ColorMatrix, ISvgPaletteProvider) static cache, images, index, bounds, matrix, palette Draws the image using the specified paint settings.
DrawImageListImage(GraphicsCache, Object, Int32, Rectangle, ColorMatrix) static cache, images, index, bounds, matrix Draws the image using the specified paint settings.
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.