void xtd::drawing::graphics::draw_image | ( | const xtd::drawing::image & | image, |
const xtd::drawing::rectangle_f & | rect | ||
) |
Draws 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. |