Skip to main content
A newer version of this page is available. .

GraphicsCache.DrawImage(Image, Int32, Int32) Method

Draws the specified Image with its original physical size, at the location specified by a coordinate pair.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v18.2.dll

Declaration

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

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.

See Also