GraphicsCache.DrawImage(Image, Rectangle, Rectangle, ImageAttributes) Method
Draws the specified Image portion at the specific coordinates and with the specified attributes and size.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public void DrawImage(
Image image,
Rectangle destRect,
Rectangle scrRect,
ImageAttributes attributes
)
Parameters
Name | Type | Description |
---|---|---|
image | Image | An Image to draw. |
destRect | Rectangle | A Rectangle structure that specifies the drawn image’s location and size. The image is scaled to fit the rectangle. |
scrRect | Rectangle | A Rectangle structure that specifies the image portion to be drawn. |
attributes | ImageAttributes | A System.Drawing.Imaging.ImageAttributes object that specifies recoloring and gamma information for the image object. |
See Also