void xtd::drawing::graphics::draw_image | ( | const xtd::drawing::image & | image, |
const xtd::drawing::rectangle_f & | dest_rect, | ||
const xtd::drawing::rectangle_f & | src_rect | ||
) |
Draws the specified protion of the specified xtd::drawing::image at the specified location and with the specified size.
image | xtd::drawing::image to draw. |
rect | xtd::drawing::rectangle_f structure that specifies the location and size of the drawn image. |