Skip to main content
All docs
V23.2

ImageCollection.DrawImageListImage(GraphicsCache, Image, Object, Int32, Rectangle, ColorMatrix) Method

Draws the image using the specified paint settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Parameters

Name Type Description
cache GraphicsCache

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

image Image

The Image to draw.

images Object

The source of images. This parameter is in effect if the image parameter is null.

index Int32

Identifies the image within the images collection. This parameter is in effect if the image parameter is null.

bounds Rectangle

The drawing area.

matrix ColorMatrix

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

See Also