void xtd::drawing::graphics::draw_image | ( | const xtd::drawing::image & | image, |
const xtd::drawing::point_f & | point | ||
) |
Draws the specified xtd::drawing::image, using its original physical size, at the specified location.
image | xtd::drawing::image to draw. |
point | xtd::drawing::point_f structure that represents the location of the upper-left corner of the drawn image. |