Skip to main content
All docs
V23.2

DXGraphics.DrawImage(DXImage, Int32, Int32) Method

Draws an image at the specified location.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public void DrawImage(
    DXImage image,
    int x,
    int y
)

Parameters

Name Type Description
image DXImage

An image to draw.

x Int32

The x-coordinate of the upper-left corner of the drawn image.

y Int32

The y-coordinate of the upper-left corner of the drawn image.

See Also