Skip to main content

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

Draws the Image at the specific location and with the 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,
    float x,
    float y,
    float width,
    float height
)

Parameters

Name Type Description
image Image

An Image to draw.

x Single

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

y Single

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

width Single

An Single value that is the image width.

height Single

An Single value that is the image height.

See Also