Skip to main content

GraphicsCache.DrawImageUnscaled(Image, Rectangle) Method

Draws an image at the specific location using its original physical size.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void DrawImageUnscaled(
    Image image,
    Rectangle rect
)

Parameters

Name Type Description
image Image

An Image to draw.

rect Rectangle

A Rectangle structure, whose X and Y properties specify the image upper-left corner coordinates, and Width and Height properties are ignored.

See Also