void xtd::drawing::graphics::draw_image_unscaled | ( | const xtd::drawing::image & | image, |
const xtd::drawing::point & | point | ||
) |
Draws a specified image using its original physical size at a specified location.
image | xtd::drawing::image to draw. |
point | xtd::drawing::point structure that specifies the upper-left corner of the drawn image. |