void xtd::drawing::graphics::draw_image | ( | const xtd::drawing::image & | image, |
const xtd::drawing::point_f & | dest_point, | ||
const xtd::drawing::rectangle_f & | src_rect | ||
) |
Draws the specified protion of 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. |