Skip to main content

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

Draws an image portion at the specified location.

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,
    RectangleF srcRect,
    GraphicsUnit srcUnit
)

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.

srcRect RectangleF

A RectangleF structure that specifies the image portion to be drawn.

srcUnit GraphicsUnit

A GraphicsUnit enumeration value that specifies the measure units for the srcRect parameter.

See Also