xtd::drawing::icon::icon | ( | const icon & | original, |
const xtd::drawing::size & | size | ||
) |
Initializes a new instance of the xtd::drawing::icon class and attempts to find a version of the icon that matches the requested size.
original | The xtd::drawing::icon from which to load the newly sized icon. |
size | A xtd::drawing::size structure that specifies the height and width of the new xtd::drawing::icon. |