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

◆ icon() [8/11]

xtd::drawing::icon::icon ( const char *const *  bits,
const xtd::drawing::size size 
)

Initializes a new instance of the xtd::drawing::icon class of the specified size from the specified data.

Parameters
streamThe data stream from which to load the xtd::drawing::icon.
sizeThe desired size of the icon.
Remarks
This constructor is used for creating a xtd::drawing::icon from an xpm (or xbm) image.