xtd::drawing::icon::icon | ( | const xtd::string & | filename, |
int32 | width, | ||
int32 | height | ||
) |
Initializes a new instance of the xtd::drawing::icon class with the specified width and height from the specified file.
filename | The file to load the xtd::drawing::icon from. |
width | The desired width of the xtd::drawing::icon. |
height | The desired height of the xtd::drawing::icon. |