void xtd::drawing::graphics::draw_image_unscaled | ( | const xtd::drawing::image & | image, |
const xtd::drawing::rectangle & | rect | ||
) |
Draws a specified image using its original physical size at a specified location.
image | xtd::drawing::image to draw. |
rect | xtd::drawing::rectangle that specifies the upper-left corner of the drawn image. The xtd::drawing::rectangle::x and xtd::drawing::rectangle::y properties of the rectangle specify the upper-left corner. The xtd::drawing::rectangle::width and xtd::drawing::rectangle::height properties are ignored. |