void xtd::drawing::graphics::draw_icon | ( | const xtd::drawing::icon & | icon, |
int32 | x, | ||
int32 | y | ||
) |
Draws the image represented by the specified xtd::drawing::icon at the specified coordinates.
icon | xtd::drawing::icon 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. |