void xtd::drawing::graphics::draw_image_unscaled | ( | const xtd::drawing::image & | image, |
int32 | x, | ||
int32 | y | ||
) |
Draws a specified image using its original physical size at a specified location.
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. |
image | xtd::drawing::image to draw. |