Skip to main content

GraphicsCache.DrawImage(Image, RectangleF) Method

Draws the Image at the specified location and with the specified size.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void DrawImage(
    Image image,
    RectangleF rect
)

Parameters

Name Type Description
image Image

An Image to draw.

rect RectangleF

A RectangleF structure that specifies the image location and size.

See Also