Skip to main content
A newer version of this page is available. .

GraphicsCache.DrawImageUnscaled(Image, Point) Method

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

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v18.2.dll

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