This documentation is archived and is not being maintained.
Graphics::DrawImageUnscaled Method
Visual Studio 2008
Draws the specified image using its original physical size at the location specified by a coordinate pair.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
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. |
|
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. |
Show: