Search
IGraphics.DrawImageUnscaled Method
See Also
 





Draws the specified image using its original physical size at the location specified by a coordinate pair.

 Overload List

Name Description

IGraphics.DrawImageUnscaled (Image, Int32, Int32)

Draws the specified image using its original physical size at the location specified by a coordinate pair.

IGraphics.DrawImageUnscaled (Image, Int32, Int32, Int32, Int32)

Draws a specified image using its original physical size at a specified location.

IGraphics.DrawImageUnscaled (Image, Point)

Draws a specified image using its original physical size at a specified location.

IGraphics.DrawImageUnscaled (Image, Rectangle)

Draws a specified image using its original physical size at a specified location.

 See Also