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

◆ icon() [6/11]

xtd::drawing::icon::icon ( std::istream &  stream,
int32  width,
int32  height 
)

Initializes a new instance of the xtd::drawing::icon class from the specified data stream and with the specified width and height.

Parameters
streamThe data stream from which to load the xtd::drawing::icon.
widthThe width, in pixels, of the icon.
heightThe height, in pixels, of the icon.