void xtd::drawing::graphics::draw_image | ( | const xtd::drawing::image & | image, |
float | x, | ||
float | y, | ||
float | width, | ||
float | height | ||
) |
Draws the specified xtd::drawing::image at the specified location and with the specified size.
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. |
width | Width of the drawn image. |
height | Height of the drawn image. |