Skip to main content

GraphicsCache.DrawImage(Image, Int32, Int32, Int32, Int32) Method

Draws the given images at specific coordinates and with specific size.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void DrawImage(
    Image image,
    int x,
    int y,
    int width,
    int height
)

Parameters

Name Type Description
image Image

An Image to draw.

x Int32

An Int32 value that is the x-coordinate of the image upper-left corner.

y Int32

An Int32 value that is the y-coordinate of the image upper-left corner.

width Int32

An Int32 value that is the image width.

height Int32

An Int32 value that is the image height.

See Also