void xtd::drawing::graphics::draw_image_unscaled | ( | const xtd::drawing::image & | image, |
int32 | x, | ||
int32 | y, | ||
int32 | width, | ||
int32 | height | ||
) |
Draws a specified image using its original physical size at a specified location.
image | xtd::drawing::image to draw. |
x | The x-coordinate of the upper-left corner of the drawn image. |
y | The y-coordinate of the upper-left corner of the drawn image. |
width | not used. |
height | not used |