Skip to main content
All docs
V25.1
  • ImageCollection.DrawImageListImage(GraphicsCache, Object, Int32, Rectangle, ColorMatrix, ISvgPaletteProvider) Method

    Draws the image using the specified paint settings.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public static void DrawImageListImage(
        GraphicsCache cache,
        object images,
        int index,
        Rectangle bounds,
        ColorMatrix matrix,
        ISvgPaletteProvider palette
    )

    Parameters

    Name Type Description
    cache GraphicsCache

    The object that allows you to paint shapes and lines, and stores recently used pens, fonts, and brushes.

    images Object

    The source of images.

    index Int32

    Identifies the image from the images collection that should be painted.

    bounds Rectangle

    The drawing area.

    matrix ColorMatrix

    The color-adjustment matrix that contains coordinates for the RGBAW space.

    palette DevExpress.Utils.Design.ISvgPaletteProvider

    Specifies colors used to paint vector images.

    See Also