Graphics::DrawImageUnscaled Method
.NET Framework (current version)
Draws the specified image using its original physical size at the location specified by a coordinate pair.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | DrawImageUnscaled(Image^, Int32, Int32) | Draws the specified image using its original physical size at the location specified by a coordinate pair. |
![]() | DrawImageUnscaled(Image^, Int32, Int32, Int32, Int32) | Draws a specified image using its original physical size at a specified location. |
![]() | DrawImageUnscaled(Image^, Point) | Draws a specified image using its original physical size at a specified location. |
![]() | DrawImageUnscaled(Image^, Rectangle) | Draws a specified image using its original physical size at a specified location. |
Show:
