void xtd::drawing::graphics::draw_image_unscaled_and_clipped | ( | const xtd::drawing::image & | image, |
const xtd::drawing::rectangle & | rect | ||
) |
Draws the specified image without scaling and clips it, if necessary, to fit in the specified rectangle.
image | xtd::drawing::image to draw. |
rect | The xtd::drawing::rectangle in which to draw the image. |