Skip to main content

GraphicsCache.DrawImageUnscaled(Image, Point) 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,
    Point point
)

Parameters

Name Type Description
image Image

An Image to draw.

point Point

A Point structure that specifies the image upper-left corner location.

See Also