void xtd::drawing::graphics::draw_image | ( | const xtd::drawing::image & | image, |
float | x, | ||
float | y | ||
) |
Draws the specified xtd::drawing::image, using its original physical size, at the 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. |