xtd 0.2.0
Loading...
Searching...
No Matches

◆ draw_icon() [1/2]

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.

Parameters
iconxtd::drawing::icon to draw.
xThe x-coordinate of the upper-left corner of the drawn image.
yThe y-coordinate of the upper-left corner of the drawn image.