void xtd::drawing::graphics::draw_image | ( | const xtd::drawing::image & | image, |
const xtd::drawing::rectangle & | dest_rect, | ||
int32 | src_x, | ||
int32 | src_y, | ||
int32 | srd_width, | ||
int32 | src_height | ||
) |
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 structure that specifies the location and size of the drawn image. |