ImageCollection.DrawImageListImage(GraphicsCache, Image, Object, Int32, Rectangle, ColorMatrix) Method
In This Article
Draws the image using the specified paint settings.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.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 | Graphics |
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 | Color |
The color-adjustment matrix that contains coordinates for the RGBAW space. |
See Also