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

GraphicsCache.DrawImageUnscaled Method

Name Parameters Description
DrawImageUnscaled(Image, Point) image, point Draws an image at the specific location using its original physical size.
DrawImageUnscaled(Image, Rectangle) image, rect Draws an image at the specific location using its original physical size.
DrawImageUnscaled(Image, Int32, Int32, Int32, Int32) image, x, y, width, height Draws an image at the specific location using its original physical size.
DrawImageUnscaled(Image, Int32, Int32) image, x, y Draws an image using its original physical size at the location specified by a coordinate pair.