Graphics.DrawImageUnscaled Method
.NET Framework 2.0
Draws the specified image using its original physical size at the location specified by a coordinate pair.
| Name | Description |
|---|---|
| Graphics.DrawImageUnscaled (Image, Point) | Draws a specified image using its original physical size at a specified location. |
| Graphics.DrawImageUnscaled (Image, Rectangle) | Draws a specified image using its original physical size at a specified location. |
| Graphics.DrawImageUnscaled (Image, Int32, Int32) | Draws the specified image using its original physical size at the location specified by a coordinate pair. |
| Graphics.DrawImageUnscaled (Image, Int32, Int32, Int32, Int32) | Draws a specified image using its original physical size at a specified location. |
Community Additions
ADD
Show: